-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Code to 1.90.0 #6824
Update Code to 1.90.0 #6824
Conversation
- Update Node to 20.11.1 - Update documentation
Functionality [modified by patches] tested and fond not to work:
Neither working in GUI nor Terminal. Output when executing e.g.
|
Functionality [modified by patches] tested and found to work:
Workspaces and Jupyter Notebooks also work fine:
ℹ️ Installing extensions from VSIX works. |
I followed the same procedure as with all previous release candidates. No idea what I might have missed. @code-asher Please review. |
I think the marketplace error is related to the |
Ah yeah here is the issue eclipse/openvsx#922 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for putting this together! I will put out an RC soon.
This works around an issue where the Open VSX is not returning the expected zip. I think verification does not work anyway because @vscode/vsce-sign is missing in the OSS version.
I would like to confirm, that the marketplace is working fine with code-server v4.90.0-rc.1 Python extension, too: |
Awesome thank you for confirming. I am seeing a weird thing where the first web socket connection keeps timing out (seeing Edit: it works fine for me locally though. I tried to test on https://coder.jupyter.b-data.ch to see if maybe the problem was related to the way I was deploying it but it is timing out spawning at the moment. |
Just try again. It will work eventually. |
No, I do not experience this on https://coder.jupyter.b-data.ch. |
Very weird, I tried clearing the CI cache to force a rebuild of VS Code and for some reason CI keeps dumping core, so I am trying 20.12.1 instead. It looks like VS Code uses the .nvmrc (20.12.1) to build, but then they ship the web version with the .yarnrc (20.11.1). I have no idea why they use two different versions...I am going to just try building a new RC 20.12.1 and hopefully that works fine. Edit: did not work, trying some things out here: #6830 Edit: resolved a segfault in CI, but I still get the first timeout every time. Trying 20.12.1 again: #6833 Edit: finally figured it out, putting out a patch release. |
Did a735495 resolve the web socket connection time outs? ℹ️ In b-data's/my docker images |
It did, yup! In our environment for some reason
Ahhh that makes sense. |
Additionally: - Update Node to 20.11.1 - Update documentation - Disable extension signature verification This works around an issue where the Open VSX is not returning the expected zip. Verification is skipped later anyway because @vscode/vsce-sign is missing in the OSS version.
Fixes #6822