Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Code Lens feature of LSP #3788

Closed
kobyhallx opened this issue Dec 13, 2023 Discussed in #3787 · 0 comments
Closed

Disable Code Lens feature of LSP #3788

kobyhallx opened this issue Dec 13, 2023 Discussed in #3787 · 0 comments

Comments

@kobyhallx
Copy link
Contributor

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

@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Dec 13, 2023
github-merge-queue bot pushed a commit that referenced this issue Dec 13, 2023
# 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.
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants