We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a506276 commit af5547fCopy full SHA for af5547f
1 file changed
extensions/ql-vscode/src/common/vscode/telemetry.ts
@@ -309,7 +309,7 @@ function isGlobalTelemetryEnabled(): boolean {
309
// If a value for "telemetry.telemetryLevel" is provided, then use that
310
const telemetryLevel: string | undefined = GLOBAL_TELEMETRY_LEVEL.getValue();
311
if (telemetryLevel !== undefined) {
312
- return telemetryLevel === "error" || telemetryLevel === "on";
+ return telemetryLevel !== "off";
313
}
314
315
// Otherwise fall back to the deprecated "telemetry.enableTelemetry" setting
0 commit comments