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 3a55ae8 commit c2efd1fCopy full SHA for c2efd1f
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 = 50 /* prompt N out of 1000. 50 = 5% */
+ samplingInterval = 250 /* prompt N out of 1000. 250 = 25% */
185
) {
186
if (!this.active) return;
187
0 commit comments