We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40e28e commit 03c985bCopy full SHA for 03c985b
src/heartbeat.ts
@@ -83,7 +83,6 @@ export class HeartbeatManager extends Disposable {
83
this._register(vscode.workspace.onDidDeleteFiles(() => this.updateLastActivity('onDidDeleteFiles')));
84
this._register(vscode.workspace.onWillRenameFiles(() => this.updateLastActivity('onWillRenameFiles')));
85
this._register(vscode.workspace.onDidRenameFiles(() => this.updateLastActivity('onDidRenameFiles')));
86
- this._register(vscode.workspace.onDidChangeConfiguration(() => this.updateLastActivity('onDidChangeConfiguration')));
87
this._register(vscode.languages.registerHoverProvider('*', {
88
provideHover: () => {
89
this.updateLastActivity('registerHoverProvider');
0 commit comments