Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions 7 doc/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ To develop inside an isolated Docker container:

### 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
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
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.