We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Update
1 parent 5a9c93f commit 7559cbbCopy full SHA for 7559cbb
src/main/kotlin/com/coder/toolbox/CoderRemoteEnvironment.kt
@@ -78,7 +78,7 @@ class CoderRemoteEnvironment(
78
workspace = workspace.copy(latestBuild = build)
79
update(workspace, agent)
80
},
81
- Action(context.i18n.ptrl("Update"), enabled = { workspace.outdated }) {
+ Action(context.i18n.ptrl("Update and start"), enabled = { workspace.outdated }) {
82
val build = client.updateWorkspace(workspace)
83
84
0 commit comments