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
{{ message }}
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.
Hello i am tyring to get any Lsp to work with neovim but it just does not work. Mason installed that Lsp but it still does not work. I tried running :CSInstallRoslyn and it says not an editor command. I have a .sln file and a .csproj. I have a .net 6 project and i have .net 6 7 and 8 installed. I can call dotnet build and run from my terminal. I am running Ubuntu 22 on Wsl. Please help.
The text was updated successfully, but these errors were encountered:
I have this plugin working on Ubuntu 22.04.1 Wsl. Make sure the following:
Dotnet SDK 7 installed on your wsl
Having neovim nightly installed
Roslyn.nvim is installed via plugin manager, in your case Mason.
Install the language server with :CSInstallRoslyn within neovim
Make sure to create a sln in project folder
If the plugin is installed you should be able to list and see the command CSInstallRoslyn with :command
Aditional info: I have used lazy.nvim for my neovim config setup.
Issues i had: After i successfully installed the language server i had the same error as #18 But with installing the language server from gh release as Jmederosalvarado mentioning, now everything works like a charm.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello i am tyring to get any Lsp to work with neovim but it just does not work. Mason installed that Lsp but it still does not work. I tried running :CSInstallRoslyn and it says not an editor command. I have a .sln file and a .csproj. I have a .net 6 project and i have .net 6 7 and 8 installed. I can call dotnet build and run from my terminal. I am running Ubuntu 22 on Wsl. Please help.
The text was updated successfully, but these errors were encountered: