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

Add Custom .NET CLI support to OmniSharp #2227

Merged
merged 2 commits into from
Sep 28, 2021

Commits on Sep 2, 2021

  1. Add a configuration mechanism to allow users to point Omnisharp to a …

    …custom .NET CLI, with a fallback to the DOTNET_ROOT environment variable before falling back to the PATH.
    
    I've updated the tests to use this functionality for locating the .NET CLI instead of using the old test-only code-path.
    
    As this is my first contribution to Omnisharp, I'm not quite sure how this exposes the new setting through to omnisharp.json, so if anyone has any pointers on that, they would be well appreciated.
    jkoritzinsky committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    0c74963 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    4fc9fae View commit details
    Browse the repository at this point in the history