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

Proposal: make it easier to work with dotnet tools for C#/F# #4299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gastove
Copy link
Contributor

@Gastove Gastove commented Jan 13, 2024

This commit implements an approach proposed in #3906. Specifically, it provides new control variables to make it possible to use C# and F# language servers either as global or local dotnet tools. So far, I've done this by providing boolean variables to control command construction, but I'm not attached to this approach.

Closes #3906.

This commit implements an approach proposed in emacs-lsp#3906. Specifically, it provides
new control variables to make it possible to use C# and F# language servers
_either_ as global _or_ local dotnet tools. So far, I've done this by providing
boolean variables to control command construction, but I'm not attached to this
approach.

Closes emacs-lsp#3906.
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

Successfully merging this pull request may close these issues.

Proposal/Enhancement: Allow C#/F# to use "local" tools for LSP servers
1 participant