-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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.75.0 #6004
Update Code to 1.75.0 #6004
Conversation
8a30db8
to
b96fb1e
Compare
- getting-started.diff: The way to get an icon's class changed - proxy-uri.diff: The product service is passed in so we can get the proxy URI from that now instead of passing it in separately.
Something in how/when Code displays the trust dialog appears to have changed, failing the test. I am not sure it makes sense for us to be testing upstream code anyway.
Since we spawn the watch script with ts-node it was using ts-node for the web server spawn as well. With latest Code there are for some reason type errors (it cannot find @types/node) but this is already compiled code which already passed type checks; any type errors here are useless. To fix spawn with regular Node.
b96fb1e
to
6329796
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6004 +/- ##
=======================================
Coverage 71.75% 71.75%
=======================================
Files 31 31
Lines 1696 1696
Branches 372 372
=======================================
Hits 1217 1217
Misses 401 401
Partials 78 78 Continue to review full report at Codecov.
|
3fe5312
to
8b5e2c3
Compare
Functionality [modified by patches] tested and found to work:
Jupyter Notebooks also work fine:
Terminal is not rendered properly ( Workaround: Most probably related to: |
@benz0li thank you!! I will make a regular release tomorrow assuming no issues pop up. |
It is worth updating Code to 1.75.1 first. Maybe the problem with Terminal rendering in Safari is resolved in this release. I am happy to test again. |
@code-asher Consider taking a i.e.
|
@benz0li That makes sense to me. I will get us updated to 1.75.1 today. Starting with |
@benz0li does this work stable? Can I update my primary Instance with this release ? @code-asher when can we expect the 4.10 with vscode updated to 1.75.1? |
@bala I do not recommend deploying a release candidate to a production server. |
Sorry did not have time to update last Friday, hope to get to it today. |
Published the next release candidate with 1.75.1! Honestly have not even ran them yet, just updated Code and hit the release workflow. Will test more later. |
Functionality [modified by patches] tested and found to work:
Jupyter Notebooks also work fine:
Terminal is still not rendered properly ( Maybe @Tyriar knows more about why something like this is happening (again) with Safari. @Tyriar: I have whitelisted your GitHub user at https://coder.jupyter.b-data.ch/ so you may have a look at it yourself. |
We disable the webgl renderer on Safari still when it's auto. Break here to see what's happening: |
I am aware of that. (I have been in the loop at xtermjs/xterm.js#3357 (comment)) This was announced with Code v1.75:
In my case: Before (Code version: 1.73.1): In my case: After (Code version: 1.75.1): ℹ️ Font: MesloLGS NF (HiDPI display) Cross references:
Interesting to read: Powerlevel10k > Troubleshooting > Sub-pixel imperfections around powerline symbols ( |
Workaround on latest systems (Safari 16 and above): Enable Develop menu; Develop > User Agent: Choose either Microsoft Edge, Google Chrome or Firefox. |
That's tracked in xtermjs/xterm.js#4120 |
Closes #5995
Closes #5988