We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38398f9 commit bfa0728Copy full SHA for bfa0728
src/plugins/status-bar.ts
@@ -79,7 +79,7 @@ export default createPlugin(
79
);
80
81
context.subscriptions.push(
82
- commands.registerCommand("localstack.refreshStatusBar", async () => {
+ commands.registerCommand("localstack.refreshStatusBar", () => {
83
const setupStatus = setupStatusTracker.status();
84
85
if (setupStatus === "setup_required") {
0 commit comments