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 9c145fd + 0c8ae92 commit 8713afaCopy full SHA for 8713afa
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -700,7 +700,7 @@ extension SourceKitLSPServer: QueueBasedMessageHandler {
700
await self.withLanguageServiceAndWorkspace(for: notification, notificationHandler: self.willSaveDocument)
701
// IMPORTANT: When adding a new entry to this switch, also add it to the `MessageHandlingDependencyTracker` initializer.
702
default:
703
- break
+ logger.error("Ignoring unknown notification \(type(of: notification).method)")
704
}
705
706
0 commit comments