File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The Code project consists of the `vscode` repository plus a number of satellite
6
6
| Standalone Monaco Editor| [ monaco-editor] ( https://github.com/Microsoft/monaco-editor ) |
7
7
| Node Debug (for node < v8.0)| [ vscode-node-debug] ( https://github.com/microsoft/vscode-node-debug ) |
8
8
| Node Debug (for node >= v6.3)| [ vscode-node-debug2] ( https://github.com/microsoft/vscode-node-debug2 ) |
9
+ | Chrome Debug Core| [ vscode-chrome-debug-core] ( https://github.com/Microsoft/vscode-chrome-debug-core ) |
9
10
| File Watcher| [ vscode-filewatcher-windows] ( https://github.com/microsoft/vscode-filewatcher-windows ) |
10
11
| ` vscode.d.ts ` | [ vscode-extension-code] ( https://github.com/microsoft/vscode-extension-vscode ) |
11
12
| ` vscode-languageserver ` | [ vscode-languageserver-node] ( https://github.com/microsoft/vscode-languageserver-node ) |
@@ -17,6 +18,7 @@ The Code project consists of the `vscode` repository plus a number of satellite
17
18
| ---| ---|
18
19
| yo code generator| [ vscode-generator-code] ( https://github.com/microsoft/vscode-generator-code ) |
19
20
| vsce publishing tool| [ vscode-vsce] ( https://github.com/microsoft/vscode-vsce ) |
21
+ | Telemetry for extensions| [ vscode-extension-telemetry] ( https://github.com/Microsoft/vscode-extension-telemetry ) |
20
22
21
23
## Documentation
22
24
| Repository|
@@ -37,6 +39,12 @@ The Code project consists of the `vscode` repository plus a number of satellite
37
39
| ---| ---|
38
40
| TSLint | [ vscode-tslint] ( https://github.com/microsoft/vscode-tslint ) |
39
41
| ESLint | [ vscode-eslint] ( https://github.com/microsoft/vscode-eslint ) |
42
+ | jshint | [ vscode-jshint] ( https://github.com/Microsoft/vscode-jshint ) |
43
+
44
+ ## Debuggers
45
+ | Debugger| Repository|
46
+ | ---| ---|
47
+ | Chrome Debugger | [ vscode-chrome-debug] ( https://github.com/Microsoft/vscode-chrome-debug ) |
40
48
41
49
## Themes
42
50
| Theme|
You can’t perform that action at this time.
0 commit comments