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 setting to control whether to show the OmniSharp log on error #4333

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

JoeRobich
Copy link
Member

Resolves #4102 & #4330

By default, the C# extension will continue to show the OmniSharp log when errors are encountered. This PR provides a setting so users can disable this behavior.

@codecov
Copy link

codecov bot commented Jan 6, 2021

Codecov Report

Merging #4333 (9b9b08c) into master (3117b4e) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4333      +/-   ##
==========================================
+ Coverage   86.01%   86.08%   +0.06%     
==========================================
  Files          60       60              
  Lines        1866     1875       +9     
  Branches      216      217       +1     
==========================================
+ Hits         1605     1614       +9     
  Misses        200      200              
  Partials       61       61              
Flag Coverage Δ
integration 100.00% <ø> (ø)
unit 86.08% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/observers/OmnisharpChannelObserver.ts 100.00% <100.00%> (ø)
src/omnisharp/options.ts 94.68% <100.00%> (+0.11%) ⬆️

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 3117b4e...9b9b08c. Read the comment docs.

@JoeRobich
Copy link
Member Author

@vzarytovskii @nohwnd For review

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.

Output window keeps hijacking focus from Terminal
2 participants