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

Commits on Jan 13, 2024

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

    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.
    Gastove committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    a7e8932 View commit details
    Browse the repository at this point in the history