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

Merged

Commits on Jul 6, 2024

  1. Make lsp-fsharp directory exclusion more configurable

    This commit allows users of this code to add extra directories to be ignored
    during project loading, which can be extremely useful while also using toolsets
    like Nix (which may symlink other F# projects in to the repo, thus confounding
    project loading).
    Gastove committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c739cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2531042 View commit details
    Browse the repository at this point in the history
  3. 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 Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c6c272d View commit details
    Browse the repository at this point in the history
  4. PR Feedback: set to nil

    Gastove committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    072f596 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    a76a00e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f45e921 View commit details
    Browse the repository at this point in the history