Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] How to disable code minings?

VSCode allows disabling code lens (a.k.a. code minings) by adding 

   "editor.codeLens": false

to your user or workspace settings.

This is always one of the first settings I add, because the breaking of vertical spacing by inserting annotations above lines of text drives me crazy.

Is there a corresponding mechanism for disabling code minings in LSP4E? Or is this controlled at the Platform level? Or by downstream plugins (if so, how)?

Thanks,
Nate

Back to the top