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

Co-authored-by: Jesse <github@jessebakker.com>
(cherry picked from commit 29c72cdf4a)
This commit is contained in:
Gregory Anders
2024-12-02 12:13:23 -06:00
committed by GitHub
parent e80e8a0980
commit 308e9719cf
7 changed files with 122 additions and 8 deletions

View File

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