razzmatazz / csharp-language-server

Roslyn-based LSP language server for C#
MIT License
613 stars 41 forks source link

dotnet tool install --global csharp-ls does not install to the correct directory #118

Open Rimann91 opened 1 year ago

Rimann91 commented 1 year ago

attempting to follow the install instructions in the readme, copy pasting the command exactly, dotnet tells me that csharp-ls was installed successfully, but the command does not execute it. Returns 'command not found'. The tool is not in .dontet/tools. Trying to innstall again returns 'csharp-ls is already installed'.

Things I have tried

I do not know where or if the package is actually downloaded to my machine. I can not find it anywhere.

scientificworld commented 1 year ago

On my system, it's installed in ~/.dotnet/tools. If you cannot find it there, maybe you can try find / -name csharp-ls.