Skip to content

Commit

Permalink
increase nps survey probability (#19175) (#19177)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrenmsft committed Apr 21, 2022
1 parent 4bd07a0 commit e56e1d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { IOpenerService } from 'vs/platform/opener/common/opener';
import { URI } from 'vs/base/common/uri';
import { platform } from 'vs/base/common/process';

const PROBABILITY = 0.15;
const PROBABILITY = 1; // {{SQL CARBON EDIT}} For now, we'd like all ADS users to receive the NPS survey.
const SESSION_COUNT_KEY = 'nps/sessionCount';
const LAST_SESSION_DATE_KEY = 'nps/lastSessionDate';
const SKIP_VERSION_KEY = 'nps/skipVersion';
Expand Down

0 comments on commit e56e1d9

Please sign in to comment.