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 support for EnableEditorConfigSupport flag #3136

Merged
merged 5 commits into from
Jul 1, 2019

Conversation

Hoffs
Copy link
Contributor

@Hoffs Hoffs commented Jun 24, 2019

Similar to #2836

Requires OmniSharp/omnisharp-roslyn#1526

Added flag:

"omnisharp.enableEditorConfigSupport": true

which adds FormattingOptions:EnableEditorConfigSupport=true to omnisharp args

@akshita31
Copy link
Contributor

@Hoffs Could you please also add a changelog entry that links to this PR and also the PR in omnisharp-roslyn

Copy link
Contributor Author

@Hoffs Hoffs left a 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
Copy link

codecov bot commented Jun 28, 2019

Codecov Report

Merging #3136 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Flag Coverage Δ
#integration 100% <ø> (ø) ⬆️
#unit 89.81% <100%> (+0.01%) ⬆️
Impacted Files Coverage Δ
src/omnisharp/options.ts 92.64% <100%> (+0.22%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0527580...d857c1b. Read the comment docs.

@akshita31
Copy link
Contributor

@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))
Copy link
Contributor Author

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.

Copy link
Contributor

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

CHANGELOG.md Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants