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 036ffc7 commit 4083f51Copy full SHA for 4083f51
src/utils/setup-status.ts
@@ -275,7 +275,7 @@ function createLicenseStatusTracker(
275
return createFileStatusTracker(
276
outputChannel,
277
"[setup-status.license]",
278
- [LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME], //TODO rewrite to depend on change in localStackAuthenticationTrackerl
+ [LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME], //TODO rewrite to depend on change in localStackAuthenticationTracker
279
async () =>
280
(await checkIsLicenseValid(outputChannel)) ? "ok" : "setup_required",
281
);
0 commit comments