We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d403361 commit 177c770Copy full SHA for 177c770
extensions/ql-vscode/src/config.ts
@@ -81,16 +81,6 @@ export const ENABLE_TELEMETRY = new Setting(
81
TELEMETRY_SETTING,
82
);
83
84
-const GLOBAL_TELEMETRY_SETTING = new Setting("telemetry");
85
-export const GLOBAL_ENABLE_TELEMETRY = new Setting(
86
- "enableTelemetry",
87
- GLOBAL_TELEMETRY_SETTING,
88
-);
89
-export const GLOBAL_TELEMETRY_LEVEL = new Setting(
90
- "telemetryLevel",
91
92
93
-
94
// Distribution configuration
95
const DISTRIBUTION_SETTING = new Setting("cli", ROOT_SETTING);
96
export const CUSTOM_CODEQL_PATH_SETTING = new Setting(
0 commit comments