We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18bc09 commit bbc311aCopy full SHA for bbc311a
VModer.Extensions/client/extension/extension.ts
@@ -30,10 +30,6 @@ const connectionString =
30
31
export async function activate(context: ExtensionContext) {
32
const reporter = new TelemetryReporter(connectionString);
33
- // 防止在开发模式下发送遥测数据
34
- if (context.extensionMode === ExtensionMode.Development) {
35
- reporter.telemetryLevel = 'off';
36
- }
37
context.subscriptions.push(reporter);
38
39
try {
0 commit comments