clangd: add setting for document update timeout

Change-Id: I4fae2cdff022f6f29566c0316a8ade51d3482466
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
David Schulz
2021-08-12 12:00:58 +02:00
parent 68313a1e27
commit fdd3b03ba9
6 changed files with 31 additions and 2 deletions

View File

@@ -151,6 +151,7 @@ public:
void cursorPositionChanged(TextEditor::TextEditorWidget *widget);
bool documentUpdatePostponed(const Utils::FilePath &fileName) const;
int documentVersion(const Utils::FilePath &filePath) const;
void setDocumentChangeUpdateThreshold(int msecs);
// workspace control
virtual void setCurrentProject(ProjectExplorer::Project *project);