We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782fbe3 commit 2bfdc93Copy full SHA for 2bfdc93
1 file changed
src/utils/setup-status.ts
@@ -255,7 +255,7 @@ function createLicenseStatusTracker(
255
return createFileStatusTracker(
256
outputChannel,
257
"[setup-status.license]",
258
- [LICENSE_FILENAME],
+ [LOCALSTACK_AUTH_FILENAME, LICENSE_FILENAME],
259
async () =>
260
(await checkIsLicenseValid(outputChannel)) ? "ok" : "setup_required",
261
);
0 commit comments