File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -97,16 +97,16 @@ re-apply the patches.
97
97
98
98
1 . Update the ` lib/vscode ` submodule to the desired upstream version branch.
99
99
1 . ` cd lib/vscode && git checkout release/1.66 `
100
- 1 . ` git add lib && git commit -m "chore: update Code" `
101
- 1 . Apply the patches (` quilt push -a ` ) or restore your stashed changes. At this
100
+ 2 . ` git add lib && git commit -m "chore: update Code" `
101
+ 2 . Apply the patches (` quilt push -a ` ) or restore your stashed changes. At this
102
102
stage you may need to resolve conflicts. For example use ` quilt push -f ` ,
103
103
manually apply the rejected portions, then ` quilt refresh ` .
104
- 1 . From the code-server ** project root** , run ` yarn install ` .
105
- 1 . Test code-server locally to make sure everything works.
106
- 1 . Check the Node.js version that's used by Electron (which is shipped with VS
104
+ 3 . From the code-server ** project root** , run ` yarn install ` .
105
+ 4 . Test code-server locally to make sure everything works.
106
+ 5 . Check the Node.js version that's used by Electron (which is shipped with VS
107
107
Code. If necessary, update your version of Node.js to match.
108
- 1 . Commit the updated submodule and patches to ` code-server ` .
109
- 1 . Open a PR.
108
+ 6 . Commit the updated submodule and patches to ` code-server ` .
109
+ 7 . Open a PR.
110
110
111
111
### Patching Code
112
112
You can’t perform that action at this time.
0 commit comments