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 49d0338 commit 2bb79e3Copy full SHA for 2bb79e3
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -494,6 +494,7 @@ package actor SourceKitLSPServer {
494
in workspace: Workspace
495
) async -> LanguageService? {
496
guard let serverType = LanguageServerType(language: language) else {
497
+ logger.error("Unable to infer language server type for language '\(language)'")
498
return nil
499
}
500
// Pick the first language service that can handle this workspace.
0 commit comments