We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492e61b commit 987ef9cCopy full SHA for 987ef9c
CodeEdit/Features/LSP/Features/DocumentSync/LSPContentCoordinator.swift
@@ -47,7 +47,6 @@ class LSPContentCoordinator<DocumentType: LanguageServerDocument>: TextViewCoord
47
documentURI = document.languageServerURI
48
}
49
50
-
51
func setUpUpdatesTask() {
52
task?.cancel()
53
// Create this stream here so it's always set up when the text view is set up, rather than only once on init.
0 commit comments