Skip to content

Commit 782fbe3

Browse files
committed
Move refresh status bar after the last setup step
1 parent 188a8ef commit 782fbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/setup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ export default createPlugin(
296296
}),
297297
);
298298

299-
void commands.executeCommand("localstack.refreshStatusBar");
300-
301299
progress.report({
302300
message:
303301
'Finished configuring the AWS profile named "localstack".',
@@ -326,6 +324,8 @@ export default createPlugin(
326324
return;
327325
}
328326

327+
void commands.executeCommand("localstack.refreshStatusBar");
328+
329329
/////////////////////////////////////////////////////////////////////
330330
if (localStackStatusTracker.status() === "running") {
331331
window

0 commit comments

Comments
 (0)