Skip to content
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

Merged
merged 7 commits into from
Mar 30, 2022
Merged

chore(Code): upgrade to 1.65 #5047

merged 7 commits into from
Mar 30, 2022

Conversation

jsjoeio
Copy link
Contributor

@jsjoeio jsjoeio commented Mar 30, 2022

Woo!

image

Fixes #4948

@jsjoeio jsjoeio self-assigned this Mar 30, 2022
@github-actions
Copy link

github-actions bot commented Mar 30, 2022

✨ 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
Copy link
Contributor Author

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!

microsoft/vscode@6124b10

microsoft/vscode#146364

Comment on lines -99 to +102
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`.
Copy link
Contributor Author

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

@jsjoeio jsjoeio marked this pull request as ready for review March 30, 2022 21:44
@jsjoeio jsjoeio requested a review from a team March 30, 2022 21:44
@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #5047 (fd65abe) into main (d5d7c51) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5d7c51...fd65abe. Read the comment docs.

@jsjoeio jsjoeio temporarily deployed to npm March 30, 2022 21:56 Inactive
@github-actions
Copy link

github-actions bot commented Mar 30, 2022

✨ code-server dev build published to npm for PR #5047!

  • Last publish status: success
  • Commit: fd65abe

To install in a local project, run:

npm install @coder/code-server-pr@5047

To install globally, run:

npm install -g @coder/code-server-pr@5047

@jsjoeio jsjoeio temporarily deployed to npm March 30, 2022 22:22 Inactive
@jsjoeio jsjoeio temporarily deployed to npm March 30, 2022 22:33 Inactive
@jsjoeio jsjoeio temporarily deployed to npm March 30, 2022 22:44 Inactive
@jsjoeio jsjoeio temporarily deployed to npm March 30, 2022 23:13 Inactive
@code-asher code-asher merged commit d796cc2 into main Mar 30, 2022
@code-asher code-asher deleted the jsjoeio/vscode-1.65 branch March 30, 2022 23:33
TinLe pushed a commit to TinLe/code-server that referenced this pull request Apr 23, 2022
* 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
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.

[Chore]: update vscode to 1.65
2 participants