Skip to content

Update Code to 1.76.1 #6070

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

Merged
merged 4 commits into from
Mar 14, 2023
Merged

Update Code to 1.76.1 #6070

merged 4 commits into from
Mar 14, 2023

Conversation

code-asher
Copy link
Member

@code-asher code-asher commented Mar 13, 2023

  • worker-src already contains blob so we can avoid patching that.
  • localeService moved.
  • Remaining changes were just line changes.
  • Make language extensions installable again.
  • Remove broken "install in browser" for language packs.
  • Replace new locale import.

Closes #6050

- worker-src already contains blob so we can avoid patching that.
- localeService moved.
- Remaining changes were just line changes.
Still might want to look into making the native language support work
but for now it seems better not to break backwards compatibility since
the native implementation is quite different.
@benz0li
Copy link
Contributor

benz0li commented Mar 14, 2023

@code-asher I will continue to deploy release candidates to https://coder.jupyter.b-data.ch, test them manually and give feedback.

@code-asher
Copy link
Member Author

Thank you! I think this is about ready to go, I just need to confirm the display language still works.

I believe before the contributions imported this but now we have to do
it here.
@code-asher code-asher marked this pull request as ready for review March 14, 2023 20:00
@code-asher code-asher requested a review from a team as a code owner March 14, 2023 20:00
@code-asher code-asher merged commit f9cc079 into coder:main Mar 14, 2023
@code-asher code-asher deleted the vscode-1.76.1 branch March 14, 2023 20:03
@benz0li
Copy link
Contributor

benz0li commented Mar 15, 2023

Unable to build an image for v4.11.0-rc.1 with current extensions because of EclipseFdn/open-vsx.org#1684.

@benz0li
Copy link
Contributor

benz0li commented Mar 15, 2023

code-server-4.11.0-rc.1-linux-amd64.tar.gz from Release v4.11.0-rc.1 is deployed at https://coder.jupyter.b-data.ch; Image R (base:test-devtools).

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

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

Jupyter Notebooks also work fine:


Terminal is still not rendered properly in Safari because of xtermjs/xterm.js#4120.
ℹ️ Workaround: "terminal.integrated.gpuAcceleration": "off"

@benz0li
Copy link
Contributor

benz0li commented Mar 16, 2023

@code-asher xtermjs/xterm.js#4120 is resolved now: xtermjs/xterm.js#4438.

Now it is just a matter of time until the fixed version is released, and updated there.

@code-asher
Copy link
Member Author

Awesome news!!

@benz0li
Copy link
Contributor

benz0li commented Mar 28, 2023

Regarding #6070 (comment):

[...] that fix is coming in 1.78 with this PR microsoft/vscode#178443.

microsoft/vscode#177754 (comment)

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.

[Feat]: Upgrade Vscode to 1.76
2 participants