mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +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
2.5 KiB
2.5 KiB
The Code project consists of the vscode repository plus a number of satellite projects.
Core Repositories
| Component | Repository |
|---|---|
| Node Debug | vscode-node-debug |
| Mono Debug | vscode-mono-debug |
| File Watcher | vscode-filewatcher-windows |
vscode.d.ts |
vscode-extension-code |
vscode-languageserver |
vscode-languageserver-node |
| TextMate Service | vscode-textmate |
| AMD Loader | vscode-loader |
SDK Tools
| Tool | Repository |
|---|---|
| yo code generator | vscode-generator-code |
| vsce publishing tool | vscode-vsce |
Documentation
| Repository |
|---|
vscode-docs |
Languages
| Language | Repository |
|---|---|
| C# | Omnisharp |
| Go | vscode-go |
| LaTeX | vscode-latex |
Linters
| Linter | Repository |
|---|---|
| JSCS | vscode-jscs |
| TSLint | vscode-tslint |
| ESLint | vscode-eslint |
| JSHint | vscode-jshint |
Themes
| Theme |
|---|
vscode-themes |
Samples
| Sample | Repository |
|---|---|
| Mock Debug Adapter | vscode-mock-debug |
| Editor Config | vscode-editorconfig |
| Markdown Tools | vscode-mdtools |
| Awesome Backspace | vscode-backspace |
| JSDoc Comments | vscode-comment |
| HTML Tag Wrapper | vscode-htmltagwrap |
| Word Count | vscode-wordcount |
| Markdown Spell Checker | vscode-spellcheck |
| Samples | vscode-extension-samples |