kisstkondoros / codemetrics

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

Option to deactivate error like highlighting #80

Closed BridgeAR closed 4 years ago

BridgeAR commented 4 years ago

I like the plugin quite a lot but it's difficult to use for me, since the indicator is strongly highlighted in the mini map.

This reduces the usability for me, since I mostly want to see errors such as linting errors. It would be great if this could be configured.

kisstkondoros commented 4 years ago

Could it be that codemetrics.basics.OverviewRulerModeEnabled would solve this issue for you?

Feel free to reopen if this did not worked.