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 2653a5c commit 15bc2b7Copy full SHA for 15bc2b7
src/plugins/setup.ts
@@ -204,7 +204,7 @@ export default createPlugin(
204
"License is not valid or not assigned. Open License settings page to activate it.",
205
});
206
207
- commands.executeCommand("localstack.openLicensePage");
+ await commands.executeCommand("localstack.openLicensePage");
208
209
await activateLicenseUntilValid(
210
outputChannel,
@@ -229,7 +229,7 @@ export default createPlugin(
229
}),
230
);
231
232
- commands.executeCommand("localstack.refreshStatusBar");
+ await commands.executeCommand("localstack.refreshStatusBar");
233
234
progress.report({
235
message: 'Finished configuring "localstack" AWS profiles.',
0 commit comments