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 2bfdc93 commit 7f45357Copy full SHA for 7f45357
src/utils/setup-status.ts
@@ -255,7 +255,7 @@ function createLicenseStatusTracker(
255
return createFileStatusTracker(
256
outputChannel,
257
"[setup-status.license]",
258
- [LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME],
+ [LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME], //TODO rewrite to depend on change in localStackAuthenticationTracker
259
async () =>
260
(await checkIsLicenseValid(outputChannel)) ? "ok" : "setup_required",
261
);
0 commit comments