We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
coder rebuild
1 parent eba753b commit 3403593Copy full SHA for 3403593
cli/cliui/agent.go
@@ -79,7 +79,7 @@ func Agent(ctx context.Context, writer io.Writer, opts AgentOptions) error {
79
defer resourceMutex.Unlock()
80
message := "Don't panic, your workspace is booting up!"
81
if agent.Status == codersdk.WorkspaceAgentDisconnected {
82
- message = "The workspace agent lost connection! Wait for it to reconnect or run: " + Styles.Code.Render("coder rebuild "+opts.WorkspaceName)
+ message = "The workspace agent lost connection! Wait for it to reconnect or restart your workspace."
83
}
84
// This saves the cursor position, then defers clearing from the cursor
85
// position to the end of the screen.
0 commit comments