File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 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
6071You can build using:
You can’t perform that action at this time.
0 commit comments