We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44856b4 commit 405a485Copy full SHA for 405a485
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