mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
Git/SCM - fix GC warnings (#235464)
This commit is contained in:
@@ -986,7 +986,7 @@ export class Repository implements Disposable {
|
||||
|
||||
const actionButton = new ActionButton(this, this.commitCommandCenter, this.logger);
|
||||
this.disposables.push(actionButton);
|
||||
actionButton.onDidChange(() => this._sourceControl.actionButton = actionButton.button);
|
||||
actionButton.onDidChange(() => this._sourceControl.actionButton = actionButton.button, this, this.disposables);
|
||||
this._sourceControl.actionButton = actionButton.button;
|
||||
|
||||
const progressManager = new ProgressManager(this);
|
||||
|
||||
Reference in New Issue
Block a user