We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc702e commit a0c0ea2Copy full SHA for a0c0ea2
docs/CONTRIBUTING.md
@@ -96,8 +96,8 @@ 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`
100
-1. `git add lib && git commit -m "chore: update Code"`
+ 1. `cd lib/vscode && git checkout release/1.66`
+ 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
102
stage you may need to resolve conflicts. For example use `quilt push -f`,
103
manually apply the rejected portions, then `quilt refresh`.
0 commit comments