You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
Create a new file, write anything invalid in it then save (not saving the file then closing clears out the diagnostics).
Delete the file, notice the diagnostics are still here.
Minimal reproduction project:
The text was updated successfully, but these errors were encountered:
Godot version:
3.2.3
OS/device including version:
Linux 5.4.0 (Linux Mint)
Issue description:
The LSP implementation doesn't seem to detect file deletion and thus doesn't clear out the diagnostics of that file.
Linked to godotengine/godot-vscode-plugin#243.
The LSP specification specifies that the creator of the diagnostics is responsible for their deletion (see microsoft/language-server-protocol#463).
Steps to reproduce:
Create a new file, write anything invalid in it then save (not saving the file then closing clears out the diagnostics).
Delete the file, notice the diagnostics are still here.
Minimal reproduction project:
The text was updated successfully, but these errors were encountered: