Skip to content

Commit 7f45357

Browse files
committed
Add TODO
1 parent 2bfdc93 commit 7f45357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/setup-status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function createLicenseStatusTracker(
255255
return createFileStatusTracker(
256256
outputChannel,
257257
"[setup-status.license]",
258-
[LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME],
258+
[LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME], //TODO rewrite to depend on change in localStackAuthenticationTracker
259259
async () =>
260260
(await checkIsLicenseValid(outputChannel)) ? "ok" : "setup_required",
261261
);

0 commit comments

Comments
 (0)