Merge pull request #1921 from ahoppen/double-options-logging

Avoid logging options for a workspace twice
This commit is contained in:
Alex Hoppen
2025-01-15 13:52:31 -08:00
committed by GitHub

View File

@@ -835,7 +835,7 @@ extension SourceKitLSPServer {
.appendingPathComponent("config.json")
)
)
logger.log("Creating workspace at \(workspaceFolder.forLogging) with options: \(options.forLogging)")
logger.log("Creating workspace at \(workspaceFolder.forLogging)")
logger.logFullObjectInMultipleLogMessages(header: "Options for workspace", options.loggingProxy)
let workspace = await Workspace(