We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ef582 commit 5b0f69aCopy full SHA for 5b0f69a
docs/CONTRIBUTING.md
@@ -96,7 +96,7 @@ re-apply the patches.
96
### Version updates to Code
97
98
1. Update the `lib/vscode` submodule to the desired upstream version branch.
99
- 1. `cd lib/vscode && git checkout release/1.66`
+ 1. `cd lib/vscode && git checkout release/1.66 && cd ../..`
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
stage you may need to resolve conflicts. For example use `quilt push -f`,
0 commit comments