File tree 1 file changed +18
-7
lines changed
1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 2
2
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
3
# Contributing
4
4
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 )
12
14
13
15
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
14
16
@@ -55,6 +57,15 @@ To develop inside an isolated Docker container:
55
57
56
58
` yarn watch ` will live reload changes to the source.
57
59
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
+
58
69
## Build
59
70
60
71
You can build using:
You can’t perform that action at this time.
0 commit comments