What's the timing of sending textDocument/publishDiagnostics from langium to monaco editor? #1819
-
I noticed that everytime when user typed something, there will be a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @durianwaffle, Langium will only publish/update the diagnostics once, when the langium/packages/langium/src/lsp/language-server.ts Lines 336 to 343 in fa8371b |
Beta Was this translation helpful? Give feedback.
Hey @durianwaffle,
Langium will only publish/update the diagnostics once, when the
Validated
document state has been reached. Otherwise, users will experience a flickering of diagnostics as thepublishDiagnostice
notification replaces all existing diagnostics on the language client for the given document.langium/packages/langium/src/lsp/language-server.ts
Lines 336 to 343 in fa8371b