microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
234 stars 13 forks source link

[BUG] Implement Diagnostic log levels in Test Explorer #1580

Closed ocallesp closed 3 days ago

ocallesp commented 2 weeks ago

Describe the Issue

Enhance the Test Explorer for c# devkit to support multiple diagnostic log levels, allowing for more granular control over the amount and type of diagnostic information captured during test runs.

The implementation should include log levels such as 'Error', 'Warning' and 'Info'. These level will help developers troubleshoot issues.

ocallesp commented 3 days ago

Implemented.

Diagnostics can be enabled via the Settings in the C# DevKit extension.