mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
Merge pull request #1921 from ahoppen/double-options-logging
Avoid logging options for a workspace twice
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user