Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Rimann91 opened this issue Nov 3, 2023 · 1 comment

Comments

@Rimann91
Copy link

Rimann91 commented Nov 3, 2023

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'.

  • Environment: WSL2 Ubuntu on windows10
  • Dotnet version 7.0.403

Things I have tried

  • restarting ws, and windows
  • uninstalling and reinstalling dotnet7 form the Microsoft PPA
  • verified .dotnet/tools is in my path

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

@scientificworld
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants