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 e51bbcf commit 8c9dac0Copy full SHA for 8c9dac0
src/utils/setup-status.ts
@@ -282,10 +282,8 @@ function createLicenseStatusTracker(
282
"[setup-status.license]",
283
[LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME], //TODO rewrite to depend on change in localStackAuthenticationTracker
284
async () =>
285
- (await minDelay(
286
- activateLicense(outputChannel).then(() =>
287
- checkIsLicenseValid(outputChannel),
288
- ),
+ (await activateLicense(outputChannel).then(() =>
+ checkIsLicenseValid(outputChannel),
289
))
290
? "ok"
291
: "setup_required",
0 commit comments