Skip to content

Commit 5b0f69a

Browse files
author
Joe Previte
committed
fixup!: add cd ../.. to code upgrade instructions
1 parent 70ef582 commit 5b0f69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ re-apply the patches.
9696
### Version updates to Code
9797

9898
1. Update the `lib/vscode` submodule to the desired upstream version branch.
99-
1. `cd lib/vscode && git checkout release/1.66`
99+
1. `cd lib/vscode && git checkout release/1.66 && cd ../..`
100100
2. `git add lib && git commit -m "chore: update Code"`
101101
2. Apply the patches (`quilt push -a`) or restore your stashed changes. At this
102102
stage you may need to resolve conflicts. For example use `quilt push -f`,

0 commit comments

Comments
 (0)