kisstkondoros / codemetrics

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

[Question] Can I somehow hide color marks on minimap? #89

Closed Demetri0 closed 3 years ago

Demetri0 commented 3 years ago

Is there a possibility to disable color highlights on the minimap? I found an option codemetrics.basics.CodeLensHiddenUnder but it also disables descriptions above functions.

I would like to disable only color highlights on minimap because it adds messing with real errors in code.

Screenshot from 2021-03-06 16-33-45

kisstkondoros commented 3 years ago

Try codemetrics.basics.OverviewRulerModeEnabled instead