File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ re-apply the patches.
96
96
### Version updates to Code
97
97
98
98
1 . Update the ` lib/vscode ` submodule to the desired upstream version branch.
99
- 2 . From the code-server ** project root** , run ` yarn install ` .
100
- 3 . Apply the patches (` quilt push -a ` ) or restore your stashed changes. At this
99
+ 2 . Apply the patches (` quilt push -a ` ) or restore your stashed changes. At this
101
100
stage you may need to resolve conflicts. For example use ` quilt push -f ` ,
102
101
manually apply the rejected portions, then ` quilt refresh ` .
102
+ 3 . From the code-server ** project root** , run ` yarn install ` .
103
103
4 . Test code-server locally to make sure everything works.
104
104
5 . Check the Node.js version that's used by Electron (which is shipped with VS
105
105
Code. If necessary, update your version of Node.js to match.
You can’t perform that action at this time.
0 commit comments