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