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 2e2ef46 commit c8f8c1eCopy full SHA for c8f8c1e
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -839,7 +839,7 @@ extension SourceKitLSPServer {
839
.appendingPathComponent("config.json")
840
)
841
842
- logger.log("Creating workspace at \(workspaceFolder.forLogging) with options: \(options.forLogging)")
+ logger.log("Creating workspace at \(workspaceFolder.forLogging)")
843
logger.logFullObjectInMultipleLogMessages(header: "Options for workspace", options.loggingProxy)
844
845
let workspace = await Workspace(
0 commit comments