We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188a8ef commit 782fbe3Copy full SHA for 782fbe3
1 file changed
src/plugins/setup.ts
@@ -296,8 +296,6 @@ export default createPlugin(
296
}),
297
);
298
299
- void commands.executeCommand("localstack.refreshStatusBar");
300
-
301
progress.report({
302
message:
303
'Finished configuring the AWS profile named "localstack".',
@@ -326,6 +324,8 @@ export default createPlugin(
326
324
return;
327
325
}
328
+ void commands.executeCommand("localstack.refreshStatusBar");
+
329
/////////////////////////////////////////////////////////////////////
330
if (localStackStatusTracker.status() === "running") {
331
window
0 commit comments