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.
2 parents 10411dd + 5202037 commit ca07fb3Copy full SHA for ca07fb3
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -519,7 +519,7 @@ package actor SourceKitLSPServer {
519
syncKind = .incremental
520
}
521
guard syncKind == .incremental else {
522
- fatalError("non-incremental update not implemented")
+ throw ResponseError.internalError("non-incremental update not implemented")
523
524
525
await service.clientInitialized(InitializedNotification())
0 commit comments