-
Notifications
You must be signed in to change notification settings - Fork 5.9k
VS Code 1.60.0 via Submodule #4122
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
Conversation
✨ Coder.com for PR #4122 deployed! It will be updated on every commit.
|
It looks like the postinstall script is failing? Is that because it runs |
I'm looking at the list of commits and there are 3,600 😮 I'm thinking the only reasonable way to review this is to check it out locally, run it and make sure everything works |
029510f
to
a8b6f64
Compare
This is unfortunately the case until our own tests can run along side upstream’s to ensure we didn’t cause a regression in their code.
Bingo 😃 |
1e05632
to
b444675
Compare
Codecov Report
@@ Coverage Diff @@
## main #4122 +/- ##
=======================================
Coverage 64.12% 64.12%
=======================================
Files 36 36
Lines 1873 1873
Branches 379 379
=======================================
Hits 1201 1201
Misses 571 571
Partials 101 101 Continue to review full report at Codecov.
|
- Remove asar linking. - Remove module lint check. - Use yarn for vscode vendoring.
f457327
to
d7fd193
Compare
While #4010 resolves some incompatibilities with 1.60.0, it's still in review and needs additional testing. This PR updates
lib/vscode
to use a submodule pointing to our VS Code fork. Once this is merged, any remaining fork clean up branches will be ported over to the submodule.Fixes #3917
Notable changes from upstream
How to review this PR
This is a somewhat unusual PR since we don’t yet have a diff to start with, however, I’ve made a branch on our fork with the previous changes form
lib/vscode
. This allows you compare all the changes from upstream, as well as the adjustments to our code to fix them in 1.60.0coder/vscode@1.57.1-initial...cdr:1.60.0-code-server-patch