Kaynağa Gözat

Stops collecting initialized event (data cap issues)

main
Eric Amodio 7 yıl önce
ebeveyn
işleme
ed54d289dd
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. +3
    -2
      src/extension.ts

+ 3
- 2
src/extension.ts Dosyayı Görüntüle

@ -1,5 +1,5 @@
'use strict';
import { Objects } from './system';
// import { Objects } from './system';
import { commands, ExtensionContext, extensions, languages, Uri, window, workspace } from 'vscode';
import { AnnotationController } from './annotations/annotationController';
import { CommandContext, setCommandContext } from './commands';
@ -121,7 +121,8 @@ export async function activate(context: ExtensionContext) {
context.subscriptions.push(new StashSaveCommand(git));
context.subscriptions.push(new ToggleCodeLensCommand(git));
Telemetry.trackEvent('initialized', Objects.flatten(cfg, 'config', true));
// Constantly over my data cap so stop collecting initialized event
// Telemetry.trackEvent('initialized', Objects.flatten(cfg, 'config', true));
}
// this method is called when your extension is deactivated

||||||
x
 
000:0
Yükleniyor…
İptal
Kaydet