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

Feature Request: Regen File Errors On Refocus #158

Open
spotandjake opened this issue Mar 27, 2023 · 2 comments
Open

Feature Request: Regen File Errors On Refocus #158

spotandjake opened this issue Mar 27, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@spotandjake
Copy link
Member

Currently the grain lsp only reruns when you modify the file this is nice but if you are fixing an issue in another file and come back that error is still there until you change it, it would be nice if on refocus to the file the lsp reran.

@spotandjake spotandjake added the enhancement New feature or request label Mar 27, 2023
@phated
Copy link
Member

phated commented Apr 15, 2023

@spotandjake I think this is probably a feature request for the vscode "language server protocol" library because if they would send a request, we'd respond. I might be wrong, so more investigation is required.

@spotandjake
Copy link
Member Author

Investigating this a little more I think this may be best handled by silo. We currently keep a hashtable of all the compiled files and we only update the compilation of a file when it is edited, silo will allow us to track project dependencies and manage this neatly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants