From cab920ba3799f7d91ae8ced83e2bfc3afd632f31 Mon Sep 17 00:00:00 2001 From: Alistair Chapman Date: Wed, 21 Feb 2018 16:50:38 +1000 Subject: [PATCH] Fix incorrect OmniSharp link Existing link for OmniSharp server was directing to the node client repo --- _implementors/servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_implementors/servers.md b/_implementors/servers.md index 51aba28..b2caef3 100644 --- a/_implementors/servers.md +++ b/_implementors/servers.md @@ -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) |