Skip to content

Commit

Permalink
Reset random number for sponsorware now improved flow testing finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley committed Sep 9, 2020
1 parent 24a64af commit 744e328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const reporter:TelemetryReporter = new TelemetryReporter(extensionId, extensionV
export async function activate(context: vscode.ExtensionContext) {

// Get a random number to use/compare if we have run IIS Express
const randomNumberOfLaunchesToShowSponsor = util.getRandomIntInclusive(1, 2);
const randomNumberOfLaunchesToShowSponsor = util.getRandomIntInclusive(5, 20);
context.globalState.update('iisexpress.sponsorware.display.count', randomNumberOfLaunchesToShowSponsor);

// This will check if the user has VS LiveShare installed & return its API to us
Expand Down

0 comments on commit 744e328

Please sign in to comment.