csharp-ls cannot locate .net
I have
csharp-ls
and dotnet
installed but csharp-ls
does not start. What is the problem?18 Replies
Did you set
DOTNET_HOME
? It looks like you didn'tThat probably isn't the right place to point the root at
i set
DOTNET_ROOT
and i had some progress
ohOh, actually, no
It is correct
But csharp-ls doesn't support 8.0 and doesn't have rollForward turned on, apparently
it seems i need .net 7?
So you'll need to install 7.0
can i install 7.0 with dotnet cli?
Is there a reason you're using csharp-ls specifically?
No. You'd have to use whatever mechanism you used to install
dotnet
originallyi wanted to experience C# with neovim
@PixxelKick happens to have just done that setup today with roslyn's lsp
@333fred I script installed .net 7 and it seems to work fine
š
thanks
Glad to hear it. I would definitely recommend checking out the roslyn lsp before long
My understanding of razzmatazz's lsp is that it was missing several things and wasn't a huge focus of razz's time, though I could be mistaken
okay
thanks for your advice
ah yeah, give me one sec and I can push what I have atm on my repo
@HANU enjoy! https://github.com/SteffenBlake/pixxel-nvim/
GitHub
GitHub - SteffenBlake/pixxel-nvim: My personal Neovim configuration
My personal Neovim configuration. Contribute to SteffenBlake/pixxel-nvim development by creating an account on GitHub.
thanks for your help