docs: add section for updating vs code
This commit is contained in:
parent
74d6d5e1e1
commit
9a16e4e1e0
|
@ -2,11 +2,13 @@
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
- [Pull Requests](#pull-requests)
|
- [Contributing](#contributing)
|
||||||
- [Requirements](#requirements)
|
- [Pull Requests](#pull-requests)
|
||||||
- [Development Workflow](#development-workflow)
|
- [Requirements](#requirements)
|
||||||
- [Build](#build)
|
- [Development Workflow](#development-workflow)
|
||||||
- [Structure](#structure)
|
- [Updating VS Code](#updating-vs-code)
|
||||||
|
- [Build](#build)
|
||||||
|
- [Structure](#structure)
|
||||||
- [Modifications to VS Code](#modifications-to-vs-code)
|
- [Modifications to VS Code](#modifications-to-vs-code)
|
||||||
- [Currently Known Issues](#currently-known-issues)
|
- [Currently Known Issues](#currently-known-issues)
|
||||||
|
|
||||||
|
@ -55,6 +57,15 @@ To develop inside an isolated Docker container:
|
||||||
|
|
||||||
`yarn watch` will live reload changes to the source.
|
`yarn watch` will live reload changes to the source.
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git subtree pull --prefix lib/vscode vscode release/1.52 --squash --message "Update VS Code to 1.52.1"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
You can build using:
|
You can build using:
|
||||||
|
|
Loading…
Reference in New Issue