Skip to content

Conversation

benz0li
Copy link
Contributor

@benz0li benz0li commented Oct 12, 2025

Fixes #7517

@benz0li benz0li requested a review from a team as a code owner October 12, 2025 06:49
@benz0li
Copy link
Contributor Author

benz0li commented Oct 12, 2025

code-server-4.105.0-rc.1-linux-amd64.tar.gz with Code 1.105.0 is deployed at https://coder.jupyter.b-data.ch.

Functionality [modified by patches] tested and found to work:

  • base-path
  • cli-window-open
  • local-storage
  • marketplace
  • proxy-url
  • service-worker
  • web view

Workspaces and Jupyter Notebooks also work fine:

@benz0li
Copy link
Contributor Author

benz0li commented Oct 12, 2025

There are some errors in the browser's console:

[Error]   ERR
"Extension 'github.vscode-pull-request-github' wants API proposal 'chatSessionsProvider@2' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned."
	error (workbench.js:36:16499)
	error (workbench.js:36:17465)
	error (workbench.js:3819:15819)
	(anonymous function) (workbench.js:3829:930)
	filter
	g (workbench.js:3829:887)
	updateEnabledApiProposals (workbench.js:3829:766)
	kRe (workbench.js:3828:8090)
	(anonymous function) (workbench.js:3827:12786)

@benz0li
Copy link
Contributor Author

benz0li commented Oct 12, 2025

[Error]   ERR (2)
"Error while getting the latest version for the extension james-yu.latex-workshop from https://open-vsx.org/vscode/gallery/vscode/{publisher}/{name}/latest. Trying the fallback https://open-vsx.org/vscode/gallery/{publisher}/{name}/latest"
"Failed"
	error (workbench.js:36:16499)
	error (workbench.js:36:17465)
	error (workbench.js:3819:15819)
	(anonymous function) (workbench.js:1353:35770)

Cross reference:

@benz0li
Copy link
Contributor Author

benz0li commented Oct 12, 2025

Otherwise everything seems to be fine.

@benz0li
Copy link
Contributor Author

benz0li commented Oct 13, 2025

Ping @code-asher

Copy link
Member

@code-asher code-asher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

I saw the proposed API error before, I think our proposed API patch needs to be updated so I will have to look at that later.

And yeah the other I think is actually supposed to be a warning that it is falling back but it is output as an error for some reason.

@code-asher code-asher merged commit 30321ab into coder:main Oct 14, 2025
10 checks passed
@code-asher
Copy link
Member

Weird, I poked around and chatSessionsProvider@2 really is a non-existent API (chatSessionsProvider does exist though) so I guess the warning is accurate. Going to go ahead and publish the RC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Code to 1.105

2 participants