-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Update Code to 1.76.1 #6070
Conversation
- worker-src already contains blob so we can avoid patching that. - localeService moved. - Remaining changes were just line changes.
17561cb
to
3b1a987
Compare
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.
3b1a987
to
e0f1417
Compare
@code-asher I will continue to deploy release candidates to https://coder.jupyter.b-data.ch, test them manually and give feedback. |
Thank you! I think this is about ready to go, I just need to confirm the display language still works. |
It will not work.
I believe before the contributions imported this but now we have to do it here.
Unable to build an image for v4.11.0-rc.1 with current extensions because of EclipseFdn/open-vsx.org#1684. |
Functionality [modified by patches] tested and found to work:
Jupyter Notebooks also work fine: Terminal is still not rendered properly in Safari because of xtermjs/xterm.js#4120. |
@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. |
Awesome news!! |
Regarding #6070 (comment):
|
Closes #6050