Archived
1
0

Merge pull request #2505 from cdr/docs-update-vscode

docs: add details to updating vscode section
This commit is contained in:
Joe Previte 2021-01-05 16:27:22 -07:00 committed by GitHub
commit 5164f925ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,10 +58,13 @@ To develop inside an isolated Docker container:
### Updating VS Code ### Updating VS Code
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:
```shell ```shell
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
git remote add -f vscode https://github.com/microsoft/vscode.git
git subtree pull --prefix lib/vscode vscode release/1.52 --squash --message "Update VS Code to 1.52"
``` ```
## Build ## Build