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
LSP is slow to react to user actions when code base is bigger and few actions are requested at once. Eg.
User Saves .nr file quickly spotting it's own mistake and saving it again.
In such case LSP is starting few procedures trying to fulfil requests, actions associated with these actions are currently expensive and need optimisations on LSP itself, compiler and (possibly) IDE plugin itself.
Happy Case
As an interim step - disable Code Lens feature in LSP.
Would you like to submit a PR for this Issue?
Yes
The text was updated successfully, but these errors were encountered:
# Description
## Problem\*
Resolves:
**Disable Code Lens feature of LSP #3788**
## Summary\*
## Additional Context
## Documentation\*
Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.
# PR Checklist\*
- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
Discussed in https://github.com/orgs/noir-lang/discussions/3787
Originally posted by kobyhallx December 13, 2023
Problem
LSP is slow to react to user actions when code base is bigger and few actions are requested at once. Eg.
User Saves
.nr
file quickly spotting it's own mistake and saving it again.In such case LSP is starting few procedures trying to fulfil requests, actions associated with these actions are currently expensive and need optimisations on LSP itself, compiler and (possibly) IDE plugin itself.
Happy Case
As an interim step - disable Code Lens feature in LSP.
Would you like to submit a PR for this Issue?
Yes
The text was updated successfully, but these errors were encountered: