fix(lsp): retrigger diagnostics request on server cancellation (#31345)

Co-authored-by: Jesse <github@jessebakker.com>
This commit is contained in:
Gregory Anders
2024-11-25 11:48:11 -06:00
committed by GitHub
parent 8d55cc218c
commit 29c72cdf4a
7 changed files with 120 additions and 5 deletions

View File

@@ -174,6 +174,7 @@ local constants = {
-- Defined by the protocol.
RequestCancelled = -32800,
ContentModified = -32801,
ServerCancelled = -32802,
},
-- Describes the content type that a client supports in various