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 fb79ad5 commit 872188aCopy full SHA for 872188a
src/plugins/setup.ts
@@ -195,7 +195,7 @@ export default createPlugin(
195
"License is not valid or not assigned. Open License settings page to activate it.",
196
});
197
198
- commands.executeCommand("localstack.openLicensePage");
+ await commands.executeCommand("localstack.openLicensePage");
199
200
await activateLicenseUntilValid(
201
outputChannel,
@@ -220,7 +220,7 @@ export default createPlugin(
220
}),
221
);
222
223
- commands.executeCommand("localstack.refreshStatusBar");
+ await commands.executeCommand("localstack.refreshStatusBar");
224
225
progress.report({
226
message: 'Finished configuring "localstack" AWS profiles.',
0 commit comments