We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1f7e81 + 760be31 commit 403f88eCopy full SHA for 403f88e
Sources/SourceKitLSP/SourceKitLSPServer.swift
@@ -835,7 +835,7 @@ extension SourceKitLSPServer {
835
.appendingPathComponent("config.json")
836
)
837
838
- logger.log("Creating workspace at \(workspaceFolder.forLogging) with options: \(options.forLogging)")
+ logger.log("Creating workspace at \(workspaceFolder.forLogging)")
839
logger.logFullObjectInMultipleLogMessages(header: "Options for workspace", options.loggingProxy)
840
841
let workspace = await Workspace(
0 commit comments