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
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+4-11
Original file line number
Diff line number
Diff line change
@@ -77,20 +77,13 @@ yarn watch
77
77
78
78
### Updates to VS Code
79
79
80
-
Updating VS Code requires `git subtree`. On some RPM-based Linux distros, `git subtree` is not included by default and needs to be installed separately. To
81
-
install, run `dnf install git-subtree` or `yum install git-subtree`.
82
-
83
80
To update VS Code:
84
81
85
-
1. Run `yarn update:vscode`.
86
-
2. Enter a version (e.g., `1.53`)
87
-
3. This will open a draft pull request for you.
88
-
4. There will be merge conflicts. Commit them first, since it will be impossible
89
-
for us to review your PR if you don't.
90
-
5. Fix the conflicts. Then, test code-server locally to make sure everything
91
-
works.
92
-
6. Check the Node.js version that's used by Electron (which is shipped with VS
82
+
1. Run `git submodule update --remote`.
83
+
Then, test code-server locally to make sure everything works.
84
+
2. Check the Node.js version that's used by Electron (which is shipped with VS
93
85
Code. If necessary, update your version of Node.js to match.
86
+
3. Open a PR
94
87
95
88
> Watch for updates to
96
89
> `lib/vscode/src/vs/code/browser/workbench/workbench.html`. You may need to
0 commit comments