The Code project consists of the `vscode` repository plus a number of satellite projects. ## Core Repositories |Component|Repository| |---|---| |Standalone Monaco Editor|[monaco-editor](https://github.com/Microsoft/monaco-editor)| |Node Debug (for node < v8.0)|[vscode-node-debug](https://github.com/microsoft/vscode-node-debug)| |Node Debug (for node >= v6.3)|[vscode-node-debug2](https://github.com/microsoft/vscode-node-debug2)| |Node Debug Adapter |[vscode-debugadapter-node](https://github.com/Microsoft/vscode-debugadapter-node)| |Chrome Debug Core| [vscode-chrome-debug-core](https://github.com/Microsoft/vscode-chrome-debug-core)| |File Watcher|[vscode-filewatcher-windows](https://github.com/microsoft/vscode-filewatcher-windows)| |`vscode.d.ts`|[vscode-extension-code](https://github.com/microsoft/vscode-extension-vscode)| |`vscode-languageserver`|[vscode-languageserver-node](https://github.com/microsoft/vscode-languageserver-node)| |TextMate tokenizer|[vscode-textmate](https://github.com/microsoft/vscode-textmate)| |AMD Loader|[vscode-loader](https://github.com/microsoft/vscode-loader)| |Windows Process Tree|[vscode-windows-process-tree](https://github.com/microsoft/vscode-windows-process-tree)| |References View|[vscode-references-view](https://github.com/microsoft/vscode-references-view)| |Octicons Font|[vscode-octicons-font](https://github.com/microsoft/vscode-octicons-font)| |Terminal frontend|[xterm.js](https://github.com/xtermjs/xterm.js) |Terminal backend|[node-pty](https://github.com/microsoft/node-pty) ## SDK Tools |Tool|Repository| |---|---| |yo code generator|[vscode-generator-code](https://github.com/microsoft/vscode-generator-code)| |vsce publishing tool|[vscode-vsce](https://github.com/microsoft/vscode-vsce)| |Telemetry for extensions|[vscode-extension-telemetry](https://github.com/Microsoft/vscode-extension-telemetry)| |NLS Tools|[NLS Tools](https://github.com/Microsoft/vscode-nls) ## Documentation |Repository| |---| |[vscode-docs](https://github.com/microsoft/vscode-docs)| ## Languages |Language|Repository| |---|---| |Language server protocol|[Language Server Protocol](https://github.com/Microsoft/language-server-protocol) |CSS/LESS/SCSS Language Service|[vscode-css-languageservice](https://github.com/microsoft/vscode-css-languageservice)| |JSON Language Service|[vscode-json-languageservice](https://github.com/microsoft/vscode-json-languageservice)| |HTML Language Service|[vscode-html-languageservice](https://github.com/microsoft/vscode-html-languageservice)| |Go|[vscode-go](https://github.com/microsoft/vscode-go)| |Emmet Helper|[vscode-emmet-helper](https://github.com/Microsoft/vscode-emmet-helper)| |Markdown Textmate Grammar|[vscode-markdown-tm-grammar](https://github.com/Microsoft/vscode-markdown-tm-grammar)| ## Localization |Tool|Repository| |---|---| |NLS Tools|[NLS Tools](https://github.com/Microsoft/vscode-nls-dev) ## Source Code Control |Provider|Repository| |---|---| |Github|[Github Pull Requests](https://github.com/Microsoft/vscode-pull-request-github) ## Linters |Linter|Repository| |---|---| |TSLint |[vscode-tslint](https://github.com/microsoft/vscode-tslint)| |TSLint TypeScript Plugin |[vscode-typescript-tslint-plugin](https://github.com/Microsoft/vscode-typescript-tslint-plugin)| |ESLint |[vscode-eslint](https://github.com/microsoft/vscode-eslint)| |jshint |[vscode-jshint](https://github.com/Microsoft/vscode-jshint)| ## Debuggers |Debugger|Repository| |---|---| |Chrome Debugger |[vscode-chrome-debug](https://github.com/Microsoft/vscode-chrome-debug)| ## NPM |Repository| |---| |[vscode-npm-scripts](https://github.com/Microsoft/vscode-npm-scripts) ## Keybindings |Tool|Repository| |---|---| |Sublime |[vscode-sublime-keybindings](https://github.com/Microsoft/vscode-sublime-keybindings)| |Atom |[vscode-atom-keybindings](https://github.com/Microsoft/vscode-atom-keybindings)| |Visual Studio |[vscode-vs-keybindings](https://github.com/Microsoft/vscode-vs-keybindings)| ## Themes |Theme| |---| |[vscode-themes](https://github.com/microsoft/vscode-themes) ## Samples |Sample|Repository| |---|---| |Mock Debug Adapter|[vscode-mock-debug](https://github.com/microsoft/vscode-mock-debug)| |Samples|[vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples)| |Debugging Recipes|[vscode-recipes](https://github.com/Microsoft/vscode-recipes)|