Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Never return error for diagnostics request
VS Code does not request diagnostics again for a document if the diagnostics request failed. Since sourcekit-lsp usually recovers from failures (e.g. after sourcekitd crashes), this is undesirable. Instead of returning an error, return empty results.
- Loading branch information