Skip to content

Commit 1836fa3

Browse files
committed
Don't await refresh status bar
1 parent a8f425c commit 1836fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export default createPlugin(
229229
}),
230230
);
231231

232-
await commands.executeCommand("localstack.refreshStatusBar");
232+
void commands.executeCommand("localstack.refreshStatusBar");
233233

234234
progress.report({
235235
message: 'Finished configuring "localstack" AWS profiles.',

0 commit comments

Comments
 (0)