Thanks to visit codestin.com Credit goes to github.com
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 8815560 commit d39ae94Copy full SHA for d39ae94
src/main/kotlin/com/coder/gateway/models/WorkspaceProjectIDE.kt
@@ -222,7 +222,7 @@ class WorkspaceProjectIDE(
222
223
logger.info("Successfully installed ${ideProductCode.productCode}-$ideBuildNumber on $hostname")
224
indicator.text = "Connecting..."
225
- indicator.text = ""
+ indicator.text2 = ""
226
227
return ideDir.toRawString()
228
}
0 commit comments