Skip to content

Commit

Permalink
Pass output directory to language server.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 603320408
Change-Id: Ic10c7841bfc8c272c2234c753cad749a44cefd66
  • Loading branch information
nttran8 authored and Copybara-Service committed Feb 1, 2024
1 parent 0046d0c commit 45444d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public ImmutableList<Process> runServerProcesses() {
command.serverCommand(),
getCommand("--port=", command.port()),
getCommand("--log_id=", command.logId()),
getCommand("--log_output=", command.outputDir()),
"--trust_all_ssl_cert=" + command.trustAllSslCert(),
getCommand("--timeout_seconds=", command.timeoutSeconds().getSeconds()),
getCommand("--callback_address=", command.callbackAddress()),
Expand Down

0 comments on commit 45444d1

Please sign in to comment.