increase nps survey probability (#19175)

This commit is contained in:
Alan Ren
2022-04-21 13:52:56 -07:00
committed by GitHub
parent 1cf905a7b8
commit eb1212a606

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