We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5328df commit a23c34aCopy full SHA for a23c34a
src/main/kotlin/com/coder/toolbox/CoderRemoteEnvironment.kt
@@ -304,9 +304,7 @@ class CoderRemoteEnvironment(
304
}
305
306
/**
307
- * Launches the SSH connection if the workspace is ready and there is no connection already established.
308
- *
309
- * Returns true if the SSH connection was scheduled to start, false otherwise.
+ * Schedules the SSH connection to start as soon as possible if the workspace is ready and there is no connection already established.
310
*/
311
fun startSshConnection() {
312
if (environmentStatus.ready() && !isConnected.value) {
0 commit comments