File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
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
- - [ Updating VS Code] ( #updating-vs-code )
9
- - [ Build] ( #build )
10
- - [ Structure] ( #structure )
11
- - [ Modifications to VS Code] ( #modifications-to-vs-code )
12
- - [ 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 )
13
14
14
15
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
15
16
@@ -122,7 +123,7 @@ node ./release
122
123
The ` code-server ` script serves an HTTP API for login and starting a remote VS Code process.
123
124
124
125
The CLI code is in [ src/node] ( ../src/node ) and the HTTP routes are implemented in
125
- [ src/node/app ] ( ../src/node/app ) .
126
+ [ src/node/routes ] ( ../src/node/routes ) .
126
127
127
128
Most of the meaty parts are in the VS Code portion of the codebase under [ lib/vscode] ( ../lib/vscode ) , which we described next.
128
129
You can’t perform that action at this time.
0 commit comments