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