mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix incorrect OmniSharp link
Existing link for OmniSharp server was directing to the node client repo
This commit is contained in:
parent
a4c4f3a54f
commit
cab920ba37
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,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/omnisharp-node-client) |
|
||||
| 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) |
|
||||
| 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) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue