Updated Related Projects (markdown)

Erich Gamma 2017-11-14 16:32:27 +01:00
Родитель a55be326ac
Коммит 0233e8a01d
1 изменённых файлов: 2 добавлений и 14 удалений

@ -9,7 +9,7 @@ The Code project consists of the `vscode` repository plus a number of satellite
|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)|
|TextMate tokenizer|[vscode-textmate](https://github.com/microsoft/vscode-textmate)|
|AMD Loader|[vscode-loader](https://github.com/microsoft/vscode-loader)|
## SDK Tools
@ -27,36 +27,24 @@ The Code project consists of the `vscode` repository plus a number of satellite
|Language|Repository|
|---|---|
|Language server protocol|[Language Server Protocol](https://github.com/Microsoft/language-server-protocol)
|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)|
|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)|
## 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)|