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

Correct global tool commands for fsharpautocomplete and csharp-ls #4495

Merged

Conversation

Gastove
Copy link
Contributor

@Gastove Gastove commented Jul 11, 2024

dotnet global tools are invoked directly by the binary name -- fsautocomplete, not dotnet fsautocomplete or dotnet tool run fsautocomplete, as local tools require. This commit corrects the command formation behavior.

Closes #4491

dotnet global tools are invoked directly by the binary name -- `fsautocomplete`,
not `dotnet fsautocomplete` or `dotnet tool run fsautocomplete`, as local tools
require. This commit corrects the command formation behavior.
@github-actions github-actions bot added the client One or more of lsp-mode language clients label Jul 11, 2024
@Gastove
Copy link
Contributor Author

Gastove commented Jul 11, 2024

cc @jcs090218 / @Empyreans -- I hope this helps!

@jcs090218 jcs090218 merged commit 5298775 into emacs-lsp:master Jul 11, 2024
10 of 13 checks passed
@jcs090218
Copy link
Member

LGTM, thank you!

@Empyreans
Copy link

Thank you! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unrecognized command or argument 'csharp-ls'
3 participants