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 13eebda commit 9875794Copy full SHA for 9875794
extension/src/goTelemetry.ts
@@ -181,7 +181,7 @@ export class TelemetryService {
181
async promptForTelemetry(
182
isPreviewExtension: boolean,
183
isVSCodeTelemetryEnabled: boolean = vscode.env.isTelemetryEnabled,
184
- samplingInterval = 10 /* prompt N out of 1000. 10 = 1% */
+ samplingInterval = 50 /* prompt N out of 1000. 50 = 5% */
185
) {
186
if (!this.active) return;
187
0 commit comments