-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lsp: Always send empty diagnostics when deleted (#1080)
Previously, we would only send empty diagnostics when the file had had diagnostics before, this did not include parse errors so when a file still had parse errors, it'd remain in client long after the server had cleared it.
- Loading branch information
1 parent
28bac91
commit 6badb5d
Showing
1 changed file
with
17 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters