You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/configs.md
+105Lines changed: 105 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,7 @@ Nvim by running `:help lspconfig-all`.
243
243
-[robotframework_ls](#robotframework_ls)
244
244
-[roc_ls](#roc_ls)
245
245
-[rome](#rome)
246
+
-[roslyn_ls](#roslyn_ls)
246
247
-[rpmspec](#rpmspec)
247
248
-[rubocop](#rubocop)
248
249
-[ruby_lsp](#ruby_lsp)
@@ -9000,6 +9001,110 @@ Default config:
9000
9001
9001
9002
---
9002
9003
9004
+
## roslyn_ls
9005
+
9006
+
https://github.com/dotnet/roslyn
9007
+
9008
+
To install the server, compile from source or download as nuget package.
9009
+
Go to `https://dev.azure.com/azure-public/vside/_artifacts/feed/vs-impl/NuGet/Microsoft.CodeAnalysis.LanguageServer.<platform>/overview`
9010
+
replace `<platform>` with one of the following `linux-x64`, `osx-x64`, `win-x64`, `neutral` (for more info on the download location see https://github.com/dotnet/roslyn/issues/71474#issuecomment-2177303207).
9011
+
Download and extract it (nuget's are zip files).
9012
+
- if you chose `neutral` nuget version, then you have to change the `cmd` like so:
To install the server, compile from source or download as nuget package.
8429
+
Go to `https://dev.azure.com/azure-public/vside/_artifacts/feed/vs-impl/NuGet/Microsoft.CodeAnalysis.LanguageServer.<platform>/overview`
8430
+
replace `<platform>` with one of the following `linux-x64`, `osx-x64`, `win-x64`, `neutral` (for more info on the download location see https://github.com/dotnet/roslyn/issues/71474#issuecomment-2177303207).
8431
+
Download and extract it (nuget's are zip files).
8432
+
- if you chose `neutral` nuget version, then you have to change the `cmd` like so:
0 commit comments