This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
[LSP] Problems for a deleted file are shown after deletion #716
Comments
what do you exactly mean by "The errors for that file still exist" |
After deleting the file, the server still gives errors as if the file still exists/hadn't been deleted. |
which client do you use? i am not sure how the protocol is for this usecase. |
VSCode |
cdietrich
added a commit
that referenced
this issue
Apr 25, 2018
Signed-off-by: Christian Dietrich <[email protected]>
prepared a pr but still wont to wait until the protocol issue is cleared |
cdietrich
added a commit
that referenced
this issue
Apr 25, 2018
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
to eclipse/xtext-xtend
that referenced
this issue
Apr 25, 2018
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
that referenced
this issue
Apr 26, 2018
[#716] [LSP] Problems for a deleted file are shown after deletion
cdietrich
added a commit
to eclipse/xtext-xtend
that referenced
this issue
Apr 26, 2018
[eclipse/xtext-core#716] Fixed tests after changes in xtext-core
Fixed in 2.14.0 @RealTYPICAL could you test with the latest snapshot from |
Works on my side. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce:
Behaviour:
The errors for that file still exist even though the file doesn't.
Expected:
The errors for that file should be cleared.
https://github.com/RealTYPICAL/MyDSL_Imports
A small DSL example exists here but the behaviour should still work on any language.
If you need anymore feedback then please let me know.
The text was updated successfully, but these errors were encountered: