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.
JSONRPCConnection
1 parent a22bf90 commit e07a275Copy full SHA for e07a275
Sources/LanguageServerProtocolJSONRPC/JSONRPCConnection.swift
@@ -219,7 +219,7 @@ public final class JSONRPCConnection: Connection {
219
}
220
let process = Foundation.Process()
221
logger.log(
222
- "Launching build server at \(executable.description) with options [\(arguments.joined(separator: " "))]"
+ "Launching JSON-RPC connection to \(executable.description) with options [\(arguments.joined(separator: " "))]"
223
)
224
process.executableURL = executable
225
process.arguments = arguments
0 commit comments