Skip to content

Commit 35b33f7

Browse files
authored
Display editScalingRange update message closer to the end of the update cycle (#203)
1 parent c339cd2 commit 35b33f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/scaling/editScalingRange.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ export async function editScalingRange(context: IActionContext, node?: ScaleTree
4545
ext.outputChannel.appendLog(updating);
4646
await updateContainerApp(context, containerApp, { template })
4747

48+
await containerApp?.refresh(context);
4849
void window.showInformationMessage(updated);
4950
ext.outputChannel.appendLog(updated);
50-
51-
await containerApp?.refresh(context);
5251
});
5352
}
5453

0 commit comments

Comments
 (0)