-
Notifications
You must be signed in to change notification settings - Fork 676
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/update 'omnisharp.useGlobalMono' option #2244
Add/update 'omnisharp.useGlobalMono' option #2244
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2244 +/- ##
==========================================
+ Coverage 59.75% 59.88% +0.13%
==========================================
Files 77 77
Lines 3762 3772 +10
Branches 545 550 +5
==========================================
+ Hits 2248 2259 +11
- Misses 1341 1342 +1
+ Partials 173 171 -2
Continue to review full report at Codecov.
|
da04dcd
to
5b40b39
Compare
This change updates the name of the 'omnisharp.useMono' option to 'omnisharp.useGlobalMono', and makes it a tri-state value rather than a boolean. It now has three possible values: * "auto": Launch OmniSharp on the globally-installed Mono if it's available. * "always": Always try to launch OmniSharp on the globally-installed Mono and error if it's not available. * "never": Never launch OmniSharp on the globall-installed Mono.
5b40b39
to
8bb7c30
Compare
8bb7c30
to
510b7cd
Compare
@DustinCampbell Since this is user-facing change should there be an update to the ChangeLog as well ? |
Yes there should. Thanks! |
@DustinCampbell Should we also update the test-plan.md (https://github.com/OmniSharp/omnisharp-vscode/blob/master/test-plan.md#omnisharpusemono-for-linux) in accordance with these changes. |
@akshita31 : Yes, it needs updating. |
This change updates the name of the 'omnisharp.useMono' option to 'omnisharp.useGlobalMono', and makes it a tri-state value rather than a boolean. It now has three possible values: