From a0c0ea275130fea568d254b83247c370d5536e1f Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 27 Apr 2022 18:31:55 +0000 Subject: [PATCH] fixup!: formatting docs --- docs/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 527524b34..805ae5c28 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -96,8 +96,8 @@ re-apply the patches. ### Version updates to Code 1. Update the `lib/vscode` submodule to the desired upstream version branch. -1. `cd lib/vscode && git checkout release/1.66` -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"` 1. Apply the patches (`quilt push -a`) or restore your stashed changes. At this stage you may need to resolve conflicts. For example use `quilt push -f`, manually apply the rejected portions, then `quilt refresh`.