You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Command Line Tools (1.0.0-preview2-003131)
Product Information:
Version: 1.0.0-preview2-003131
Commit SHA-1 hash: 635cf40e58
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
VS Code version: 1.7.2
C# Extension version: 1.5.3
Proposed feature
Allow full control of logging levels via the omnisharp.loggingLevel setting. Currently only default and verbose are supported. It would be good if we could have full control, i.e.
fatal
error
warn
info
debug
verbose
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:VS Code version: 1.7.2
C# Extension version: 1.5.3
Proposed feature
Allow full control of logging levels via the
omnisharp.loggingLevel
setting. Currently onlydefault
andverbose
are supported. It would be good if we could have full control, i.e.fatal
error
warn
info
debug
verbose
The text was updated successfully, but these errors were encountered: