kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
404 stars 20 forks source link

Show results in panel enable/disable? #29

Closed MarkusDeutschmann closed 7 years ago

MarkusDeutschmann commented 7 years ago

With version 1.7.0 the codemetrics results are shown on the panel triggered by Issue: https://github.com/kisstkondoros/codemetrics/issues/25. Is there a way to hide them there? If not, would it be useful to make that configurable to be able to disable that?

kisstkondoros commented 7 years ago

Version 1.7.2 is coming with a flag which you can turn off to reach what You want:

Add

codemetrics.basics.DiagnosticsEnabled: false

to the workspace settings.