File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,13 @@ To develop inside an isolated Docker container:
5858
5959### Updating VS Code
6060
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
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:
6262
6363``` shell
64- git subtree pull --prefix lib/vscode vscode release/1.52 --squash --message " Update VS Code to 1.52.1"
64+ # 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"
6568```
6669
6770## Build
You can’t perform that action at this time.
0 commit comments