You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.`git merge upstream/release/1.64` - Merge it locally
225
226
1. replace `1.64` with the version you're upgrading to
226
-
1. If there are merge conflicts, fix them locally
227
+
1. If there are merge conflicts, commit first, then fix them locally.
227
228
4. Open a PR merging your branch (`vscode-update`) into `main` and add the code-server review team
228
229
229
230
Ideally, our fork stays as close to upstream as possible. See the differences between our fork and upstream [here](https://github.com/microsoft/vscode/compare/main...coder:main).
0 commit comments