add npm link to vscode-json-languageserver

This commit is contained in:
Martin Aeschlimann 2018-03-21 16:35:35 +01:00 committed by GitHub
parent f14d455d9c
commit 9ee3f7794d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@ The language servers are listed in chronological order of appearance.
| PowerShell | MS | [VS Code PowerShell extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) |
| C++ | MS | [VS Code C++ extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) |
| C# | [OmniSharp](http://www.omnisharp.net/) | [csharp-language-server-protocol](https://github.com/OmniSharp/csharp-language-server-protocol) |
| JSON | MS | [vscode-json-languageservice](https://github.com/Microsoft/vscode-json-languageservice) |
| JSON | MS | [vscode-json-languageserver-bin](https://github.com/vscode-langservers/vscode-json-languageserver-bin) Temporary until supported by VS Code itself |
| JSON | MS | [vscode-json-languageserver](https://www.npmjs.com/package/vscode-json-languageserver) |
| CSS/LESS/SASS | MS | [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice) |
| HTML | MS | [vscode-html-languageservice](https://github.com/Microsoft/vscode-html-languageservice) |
| [Xtext language framework](https://www.eclipse.org/Xtext/) | Eclipse | [Eclipse Xtext](https://github.com/eclipse/xtext-core/blob/master/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/LanguageServerImpl.xtend)|