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 62eea90 commit ea43cd4Copy full SHA for ea43cd4
src/main/kotlin/com/coder/toolbox/CoderRemoteEnvironment.kt
@@ -134,6 +134,8 @@ class CoderRemoteEnvironment(
134
// while the user won't see anything happening in TBX after start is clicked
135
// During those 15 seconds we work around by forcing a `Queuing` state
136
updateStatus(WorkspaceAndAgentStatus.QUEUED)
137
+ // force refresh of the actions list (Start should no longer be available)
138
+ refreshAvailableActions()
139
})
140
}
141
0 commit comments