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 96f6e69 + 652cd00 commit 4645610Copy full SHA for 4645610
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -524,7 +524,12 @@ public actor SourceKitLSPServer {
524
return nil
525
}
526
527
- logger.log("Using toolchain \(toolchain.identifier) (\(toolchain.identifier)) for \(uri.forLogging)")
+ logger.log(
528
+ """
529
+ Using toolchain at \(toolchain.path?.pathString ?? "<nil>") (\(toolchain.identifier, privacy: .public)) \
530
+ for \(uri.forLogging)
531
532
+ )
533
534
return workspace.documentService.withLock { documentService in
535
if let concurrentlySetService = documentService[uri] {
0 commit comments