You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default Code Lens feature of LSP is enabled. On bigger codebases it can contribute to slowness of LSP responses and can take up cycles needed for other operations (eg.diagnostics, source operations, etc.).
Happy Case
Introduce setting in plugin scope which will allow to disable code lens feature if one is not benefitting from it.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Problem
By default Code Lens feature of LSP is enabled. On bigger codebases it can contribute to slowness of LSP responses and can take up cycles needed for other operations (eg.diagnostics, source operations, etc.).
Happy Case
Introduce setting in plugin scope which will allow to disable code lens feature if one is not benefitting from it.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered: