8000
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.
1 parent 68fda3a commit 0eed50aCopy full SHA for 0eed50a
src/main/kotlin/com/coder/gateway/cli/CoderCLIManager.kt
@@ -289,7 +289,6 @@ class CoderCLIManager(
289
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
290
""".trimIndent()
291
.plus(extraConfig)
292
- .plus(System.lineSeparator())
293
.plus(
294
"""
295
Host ${getBackgroundHostName(deploymentURL, it)}
@@ -300,8 +299,8 @@ class CoderCLIManager(
300
299
LogLevel ERROR
301
302
+ .plus(extraConfig)
303
)
304
- .plus(extraConfig)
305
.replace("\n", System.lineSeparator())
306
},
307
0 commit comments