OmniSharp / omnisharp-sublime

C# IDE Plugin for Sublime Text 3
http://omnisharp-sublime.readthedocs.org/en/latest/
MIT License
551 stars 64 forks source link

Added setting for suppressing "hidden" messages in the output panel #253

Closed briankendall closed 5 years ago

briankendall commented 5 years ago

As I worked with omnisharp-sublime I found that the "hidden" level messages that were appearing in the output panel were not something I cared to see and were cluttering things up. So I added a preference that can suppress them by adding:

"omnisharp_suppresshidden": true

...to omnisharp-sublime's user settings. The setting is false by default so the user has to opt in.