File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ export async function deploy(context: DeployContext): Promise<boolean> {
126126 }
127127
128128 try {
129- // Set status immediately to prevent flash from config watcher triggering refresh
130129 updateStatus ( "Creating deployment..." )
131130 const deployment = await apiService . createDeployment ( config . app_id )
132131
Original file line number Diff line number Diff line change @@ -283,10 +283,7 @@ export class CloudController {
283283 } )
284284
285285 if ( root ) {
286- // Refresh state in background without updating status bar during refresh
287- // This avoids a flash when deploy succeeds (status bar is already correct)
288286 await this . refresh ( root )
289- // Only update status bar on failure - success already set it correctly
290287 if ( ! success ) {
291288 await this . statusBarManager . update ( )
292289 }
You can’t perform that action at this time.
0 commit comments