Replies: 1 comment
-
We don't "unpublish" diagnostics, but we should do that. See #1440. On a closer look, it seems like you were already confronted with this issue in the past, microsoft/language-server-protocol#463 :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In vscode when you rename a file and that file rename would lead to a validation marker removal, the old validation still stays present. (on the no longer existing file)
i am not sure if this is a vscode problem or a langium problem (send empty diagnostics list for old file?)
https://github.com/eclipse-langium/langium/assets/238736/2d50289a-9b98-4c18-95a8-044e74857fd5
https://github.com/eclipse-langium/langium/assets/238736/d3ced3d5-b594-4bd3-89a0-28d47de9fc2b
https://github.com/cdietrich/langium-rename-problem
Beta Was this translation helpful? Give feedback.
All reactions