noir-lang / vscode-noir

Apache License 2.0
6 stars 7 forks source link

Introduce Code Lens disable setting #63

Closed kobyhallx closed 6 months ago

kobyhallx commented 8 months ago

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