Skip to content

Commit 11f6848

Browse files
committed
Heartbeat: dont listen to onDidChangeDiagnostics
1 parent 6ed3df5 commit 11f6848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/heartbeat.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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')));

0 commit comments

Comments
 (0)