-
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 support for EnableEditorConfigSupport flag #3136
Conversation
@Hoffs Could you please also add a changelog entry that links to this PR and also the PR in omnisharp-roslyn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akshita31 Is this good?
Codecov Report
@@ Coverage Diff @@
## master #3136 +/- ##
==========================================
+ Coverage 89.79% 89.81% +0.01%
==========================================
Files 59 59
Lines 1588 1590 +2
Branches 89 89
==========================================
+ Hits 1426 1428 +2
Misses 151 151
Partials 11 11
Continue to review full report at Codecov.
|
@Hoffs Could you also add a "Contributed by" section as we usually call out community contributions explicitly on the change log. |
CHANGELOG.md
Outdated
@@ -16,7 +16,7 @@ | |||
* Updates to Razor support | |||
* Made QuickInfo display more consistent with Visual Studio. ([#2610](https://github.com/OmniSharp/omnisharp-vscode/issues/2610)) (_Contributed by_ [@paladique](https://github.com/paladique))(PR: [#3090](https://github.com/OmniSharp/omnisharp-vscode/pull/3090/)) | |||
* Added support for fading unnecessary code and using statements [#2873](https://github.com/OmniSharp/omnisharp-vscode/pull/2873) | |||
* Added a `omnisharp.enableEditorConfigSupport` setting to enable support for .editorconfig [#3136](https://github.com/OmniSharp/omnisharp-vscode/pull/3136) (PR: [omnisharp-roslyn#1526](https://github.com/OmniSharp/omnisharp-roslyn/pull/1526)) | |||
* Added a `omnisharp.enableEditorConfigSupport` setting to enable support for .editorconfig [#3136](https://github.com/OmniSharp/omnisharp-vscode/pull/3136) (_Contributed by_ [@hoffs](https://github.com/hoffs))(PR: [omnisharp-roslyn#1526](https://github.com/OmniSharp/omnisharp-roslyn/pull/1526)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akshita31 Added that as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add @filipw for the omnisharp-roslyn PR and rebase. Thank you
Similar to #2836
Requires OmniSharp/omnisharp-roslyn#1526
Added flag:
which adds
FormattingOptions:EnableEditorConfigSupport=true
to omnisharp args