Skip to content

Commit 9a16e4e

Browse files
committed
docs: add section for updating vs code
1 parent 74d6d5e commit 9a16e4e

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

doc/CONTRIBUTING.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Contributing
44

5-
- [Pull Requests](#pull-requests)
6-
- [Requirements](#requirements)
7-
- [Development Workflow](#development-workflow)
8-
- [Build](#build)
9-
- [Structure](#structure)
10-
- [Modifications to VS Code](#modifications-to-vs-code)
11-
- [Currently Known Issues](#currently-known-issues)
5+
- [Contributing](#contributing)
6+
- [Pull Requests](#pull-requests)
7+
- [Requirements](#requirements)
8+
- [Development Workflow](#development-workflow)
9+
- [Updating VS Code](#updating-vs-code)
10+
- [Build](#build)
11+
- [Structure](#structure)
12+
- [Modifications to VS Code](#modifications-to-vs-code)
13+
- [Currently Known Issues](#currently-known-issues)
1214

1315
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1416

@@ -55,6 +57,15 @@ To develop inside an isolated Docker container:
5557

5658
`yarn watch` will live reload changes to the source.
5759

60+
### Updating VS Code
61+
62+
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
63+
64+
```shell
65+
git subtree pull --prefix lib/vscode vscode release/1.52 --squash --message "Update VS Code to 1.52.1"
66+
```
67+
68+
5869
## Build
5970

6071
You can build using:

0 commit comments

Comments
 (0)