mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
This commit does the following: - Migrates all pages from the wiki that are linked to - Fix links in all wiki pages and in ./README.md, ./CONTRIBUTING.md and ./test/README.md Fixes #2480
57 lines
2.5 KiB
Markdown
57 lines
2.5 KiB
Markdown
The Code project consists of the `vscode` repository plus a number of satellite projects.
|
|
|
|
## Core Repositories
|
|
|Component|Repository|
|
|
|---|---|
|
|
|Node Debug|[vscode-node-debug](https://github.com/microsoft/vscode-node-debug)|
|
|
|Mono Debug|[vscode-mono-debug](https://github.com/microsoft/vscode-mono-debug)|
|
|
|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 Service|[vscode-textmate](https://github.com/microsoft/vscode-textmate)|
|
|
|AMD Loader|[vscode-loader](https://github.com/microsoft/vscode-loader)|
|
|
|
|
## 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)|
|
|
|
|
## Documentation
|
|
|Repository|
|
|
|---|
|
|
|[`vscode-docs`](https://github.com/microsoft/vscode-docs)|
|
|
|
|
## Languages
|
|
|Language|Repository|
|
|
|---|---|
|
|
|C#|[Omnisharp](https://github.com/OmniSharp/omnisharp-vscode)
|
|
|Go|[vscode-go](https://github.com/microsoft/vscode-go)|
|
|
|LaTeX|[vscode-latex](https://github.com/microsoft/vscode-latex)|
|
|
|
|
## Linters
|
|
|Linter|Repository|
|
|
|---|---|
|
|
|JSCS |[vscode-jscs](https://github.com/microsoft/vscode-jscs)|
|
|
|TSLint |[vscode-tslint](https://github.com/microsoft/vscode-tslint)|
|
|
|ESLint |[vscode-eslint](https://github.com/microsoft/vscode-eslint)|
|
|
|JSHint |[vscode-jshint](https://github.com/microsoft/vscode-jshint)|
|
|
|
|
## 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)|
|
|
|Editor Config|[vscode-editorconfig](https://github.com/microsoft/vscode-editorconfig)|
|
|
|Markdown Tools|[vscode-mdtools](https://github.com/microsoft/vscode-mdtools)|
|
|
|Awesome Backspace|[vscode-backspace](https://github.com/microsoft/vscode-backspace)|
|
|
|JSDoc Comments|[vscode-comment](https://github.com/microsoft/vscode-comment)|
|
|
|HTML Tag Wrapper|[vscode-htmltagwrap](https://github.com/microsoft/vscode-htmltagwrap)|
|
|
|Word Count|[vscode-wordcount](https://github.com/microsoft/vscode-wordcount)|
|
|
|Markdown Spell Checker|[vscode-spellcheck](https://github.com/microsoft/vscode-spell-check)|
|
|
|Samples|[vscode-extension-samples](https://github.com/microsoft/vscode-extension-samples)| |