chrmarti / vscode-regex

MIT License
157 stars 33 forks source link

codelens #19

Open balazser opened 7 years ago

balazser commented 7 years ago

Am I able to turn off the code lens part of the extension? I would use only the shortcut or the command and it disturbs me.

chrmarti commented 7 years ago

You can disable all code lenses with "editor.codeLens": false.

codefoster commented 6 years ago

Is it possible to turn it off selectively in case I want to turn off the CodeLens for this extension but not other extensions? If not, I would request that feature. Great tool by the way. Thank you!

chrmarti commented 6 years ago

@codefoster Could you explain? Are you using the keyboard shortcut for some files and the code lens for others? Which extensions? Glad you like it!