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 {
8282 this . _register ( vscode . debug . onDidTerminateDebugSession ( ( ) => this . updateLastActivity ( 'onDidTerminateDebugSession' ) ) ) ;
8383 this . _register ( vscode . debug . onDidChangeBreakpoints ( ( ) => this . updateLastActivity ( 'onDidChangeBreakpoints' ) ) ) ;
8484 this . _register ( vscode . extensions . onDidChange ( ( ) => this . updateLastActivity ( 'onDidChangeExtensions' ) ) ) ;
85- this . _register ( vscode . languages . onDidChangeDiagnostics ( ( ) => this . updateLastActivity ( 'onDidChangeDiagnostics' ) ) ) ;
8685 this . _register ( vscode . tasks . onDidStartTask ( ( ) => this . updateLastActivity ( 'onDidStartTask' ) ) ) ;
8786 this . _register ( vscode . tasks . onDidStartTaskProcess ( ( ) => this . updateLastActivity ( 'onDidStartTaskProcess' ) ) ) ;
8887 this . _register ( vscode . tasks . onDidEndTask ( ( ) => this . updateLastActivity ( 'onDidEndTask' ) ) ) ;
You can’t perform that action at this time.
0 commit comments