File tree 1 file changed +0
-3
lines changed 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ import { Commands } from '../common/constants';
4
4
import { noop } from '../common/utils/misc' ;
5
5
import { IInterpreterService } from '../interpreter/contracts' ;
6
6
import { IServiceContainer } from '../ioc/types' ;
7
- import { captureTelemetry } from '../telemetry' ;
8
- import { EventName } from '../telemetry/constants' ;
9
7
import { ICodeExecutionService } from '../terminals/types' ;
10
8
11
9
export class ReplProvider implements Disposable {
@@ -28,7 +26,6 @@ export class ReplProvider implements Disposable {
28
26
this . disposables . push ( disposable ) ;
29
27
}
30
28
31
- @captureTelemetry ( EventName . REPL , { replType : 'Terminal' } )
32
29
private async commandHandler ( ) {
33
30
const resource = this . activeResourceService . getActiveResource ( ) ;
34
31
const interpreterService = this . serviceContainer . get < IInterpreterService > ( IInterpreterService ) ;
You can’t perform that action at this time.
0 commit comments