Skip to content

Commit cafd092

Browse files
committedSep 10, 2018
Updating the list of repositories
1 parent d42ba3d commit cafd092

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎Related-Projects.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The Code project consists of the `vscode` repository plus a number of satellite
66
|Standalone Monaco Editor|[monaco-editor](https://github.com/Microsoft/monaco-editor)|
77
|Node Debug (for node < v8.0)|[vscode-node-debug](https://github.com/microsoft/vscode-node-debug)|
88
|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)|
910
|File Watcher|[vscode-filewatcher-windows](https://github.com/microsoft/vscode-filewatcher-windows)|
1011
|`vscode.d.ts`|[vscode-extension-code](https://github.com/microsoft/vscode-extension-vscode)|
1112
|`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
1718
|---|---|
1819
|yo code generator|[vscode-generator-code](https://github.com/microsoft/vscode-generator-code)|
1920
|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)|
2022

2123
## Documentation
2224
|Repository|
@@ -37,6 +39,12 @@ The Code project consists of the `vscode` repository plus a number of satellite
3739
|---|---|
3840
|TSLint |[vscode-tslint](https://github.com/microsoft/vscode-tslint)|
3941
|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)|
4048

4149
## Themes
4250
|Theme|

0 commit comments

Comments
 (0)
Please sign in to comment.