未验证 提交 9a16e4e1 编写于 作者: J Joe Previte

docs: add section for updating vs code

上级 74d6d5e1
...@@ -2,13 +2,15 @@ ...@@ -2,13 +2,15 @@
<!-- 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)
- [Modifications to VS Code](#modifications-to-vs-code) - [Build](#build)
- [Currently Known Issues](#currently-known-issues) - [Structure](#structure)
- [Modifications to VS Code](#modifications-to-vs-code)
- [Currently Known Issues](#currently-known-issues)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
...@@ -55,6 +57,15 @@ To develop inside an isolated Docker container: ...@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册