Skip to content

Commit 2de9e26

Browse files
committed
docs(CONTRIBUTING): update Code workflow
1 parent 9c4f41d commit 2de9e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ re-apply the patches.
9696
### Version updates to Code
9797

9898
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
101100
stage you may need to resolve conflicts. For example use `quilt push -f`,
102101
manually apply the rejected portions, then `quilt refresh`.
102+
3. From the code-server **project root**, run `yarn install`.
103103
4. Test code-server locally to make sure everything works.
104104
5. Check the Node.js version that's used by Electron (which is shipped with VS
105105
Code. If necessary, update your version of Node.js to match.

0 commit comments

Comments
 (0)