LanguageClient: support versioned diagnostics

Change-Id: Id182431f371201c7266fe0683e78fe56a8a9735b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2021-02-01 14:16:34 +01:00
parent 5860addcd2
commit e6d0ed3160
7 changed files with 37 additions and 17 deletions

View File

@@ -152,7 +152,7 @@ public:
QList<LanguageServerProtocol::Diagnostic> diagnosticsAt(
const LanguageServerProtocol::DocumentUri &uri,
const LanguageServerProtocol::Range &range) const;
const QTextCursor &cursor) const;
bool start();
bool reset();