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 f662f43 commit 254540aCopy full SHA for 254540a
src/main/kotlin/com/coder/gateway/CoderRemoteConnectionHandle.kt
@@ -450,7 +450,7 @@ class CoderRemoteConnectionHandle {
450
lifetime: LifetimeDefinition,
451
currentStatus: UnattendedHostStatus?,
452
): UnattendedHostStatus? {
453
- val details = "$${workspace.hostname}:${ideDir.toRawString()}, project=${remoteProjectPath.toRawString()}"
+ val details = "${workspace.hostname}:${ideDir.toRawString()}, project=${remoteProjectPath.toRawString()}"
454
val wait = TimeUnit.SECONDS.toMillis(5)
455
456
// Check if the current IDE is alive.
0 commit comments