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 c9da3fe commit 8261b0bCopy full SHA for 8261b0b
src/utils/setup-status.ts
@@ -248,6 +248,7 @@ function createLicenseStatusTracker(
248
outputChannel,
249
"[setup-status.license]",
250
[LICENSE_FILENAME],
251
- async () => ((await checkIsLicenseValid(outputChannel)) ? "ok" : "setup_required"),
+ async () =>
252
+ (await checkIsLicenseValid(outputChannel)) ? "ok" : "setup_required",
253
);
254
}
0 commit comments