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 b2cd214 commit d3293a7Copy full SHA for d3293a7
src/plugins/setup.ts
@@ -174,7 +174,6 @@ export default createPlugin(
174
// then there will be no license info to be reported by `localstack license info`.
175
// Also, an expired license could be cached.
176
// Activating the license pre-emptively to know its state during the setup process.
177
- await activateLicense(outputChannel);
178
const licenseIsValid = await minDelay(
179
activateLicense(outputChannel).then(() =>
180
checkIsLicenseValid(outputChannel),
0 commit comments