File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ export class HeartbeatManager extends Disposable {
82
82
this . _register ( vscode . debug . onDidTerminateDebugSession ( ( ) => this . updateLastActivity ( 'onDidTerminateDebugSession' ) ) ) ;
83
83
this . _register ( vscode . debug . onDidChangeBreakpoints ( ( ) => this . updateLastActivity ( 'onDidChangeBreakpoints' ) ) ) ;
84
84
this . _register ( vscode . extensions . onDidChange ( ( ) => this . updateLastActivity ( 'onDidChangeExtensions' ) ) ) ;
85
- this . _register ( vscode . languages . onDidChangeDiagnostics ( ( ) => this . updateLastActivity ( 'onDidChangeDiagnostics' ) ) ) ;
86
85
this . _register ( vscode . tasks . onDidStartTask ( ( ) => this . updateLastActivity ( 'onDidStartTask' ) ) ) ;
87
86
this . _register ( vscode . tasks . onDidStartTaskProcess ( ( ) => this . updateLastActivity ( 'onDidStartTaskProcess' ) ) ) ;
88
87
this . _register ( vscode . tasks . onDidEndTask ( ( ) => this . updateLastActivity ( 'onDidEndTask' ) ) ) ;
You can’t perform that action at this time.
0 commit comments