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 4d065de commit 5202037Copy full SHA for 5202037
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -519,7 +519,6 @@ package actor SourceKitLSPServer {
519
syncKind = .incremental
520
}
521
guard syncKind == .incremental else {
522
- logger.error("Received non-incremental update request, which is not implemented")
523
throw ResponseError.internalError("non-incremental update not implemented")
524
525
0 commit comments