grain-language-server icon indicating copy to clipboard operation
grain-language-server copied to clipboard

Feature Request: Regen File Errors On Refocus

Open spotandjake opened this issue 2 years ago • 2 comments

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 avatar Mar 27 '23 19:03 spotandjake

@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.

phated avatar Apr 15 '23 21:04 phated