We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caee285 + f599e1d commit 5164f92Copy full SHA for 5164f92
doc/CONTRIBUTING.md
@@ -58,10 +58,13 @@ To develop inside an isolated Docker container:
58
59
### Updating VS Code
60
61
-If you need to update VS Code, you can update the subtree with one line. Here's an example using the version 1.52.1
+If you need to update VS Code, you can update the subtree with one line. Here's an example using the version 1.52:
62
63
```shell
64
-git subtree pull --prefix lib/vscode vscode release/1.52 --squash --message "Update VS Code to 1.52.1"
+# Add vscode as a new remote if you haven't already and fetch
65
+git remote add -f vscode https://github.com/microsoft/vscode.git
66
+
67
+git subtree pull --prefix lib/vscode vscode release/1.52 --squash --message "Update VS Code to 1.52"
68
```
69
70
## Build
0 commit comments