increase nps survey probability (#19175) (#19177)

This commit is contained in:
Alan Ren
2022-04-21 13:57:15 -07:00
committed by GitHub
parent 4bd07a00c0
commit e56e1d931b

View File

@@ -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';