-
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
chore(Code): upgrade to 1.65 #5047
Conversation
✨ code-server docs for PR #5047 is ready! It will be updated on every commit.
|
@@ -16,6 +16,5 @@ post-install.diff | |||
log-level.diff | |||
local-storage.diff | |||
service-worker.diff | |||
last-opened.diff |
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.
Funny enough, they removed the same last-opened logic that we did which means we were able to remove our patch!
2. From the code-server **project root**, run `yarn install`. | ||
3. Apply the patches (`quilt push -a`) or restore your stashed changes. At this | ||
2. Apply the patches (`quilt push -a`) or restore your stashed changes. At this | ||
stage you may need to resolve conflicts. For example use `quilt push -f`, | ||
manually apply the rejected portions, then `quilt refresh`. | ||
3. From the code-server **project root**, run `yarn install`. |
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.
Forgot to update this when we moved to patches
Codecov Report
@@ Coverage Diff @@
## main #5047 +/- ##
=======================================
Coverage 71.30% 71.30%
=======================================
Files 30 30
Lines 1683 1683
Branches 373 373
=======================================
Hits 1200 1200
Misses 413 413
Partials 70 70 Continue to review full report at Codecov.
|
* docs(CONTRIBUTING): update Code workflow * chore: update vscode to release/1.65 * chore(quilt): ignore patch backup files * chore: refresh/update patches for 1.65
Woo!
Fixes #4948