Skip to content

debt - fix some disposabe leaks#239497

Merged
bpasero merged 1 commit intomainfrom
ben/hidden-marten
Feb 3, 2025
Merged

debt - fix some disposabe leaks#239497
bpasero merged 1 commit intomainfrom
ben/hidden-marten

Conversation

@bpasero
Copy link
Copy Markdown
Member

@bpasero bpasero commented Feb 3, 2025

No description provided.

@bpasero bpasero self-assigned this Feb 3, 2025
@bpasero bpasero enabled auto-merge (squash) February 3, 2025 14:15
this._disposables.value.add(this.storageService.onDidChangeValue(StorageScope.PROFILE, SCMInputWidgetStorageKey.LastActionId, this._disposables.value)(() => updateToolbar()));

this.actionRunner = new SCMInputWidgetActionRunner(input, this.storageService);
this.actionRunner = this._disposables.value.add(new SCMInputWidgetActionRunner(input, this.storageService));
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lszomoru fyi

@vs-code-engineering vs-code-engineering bot added this to the February 2025 milestone Feb 3, 2025
@bpasero bpasero merged commit bb4a59d into main Feb 3, 2025
@bpasero bpasero deleted the ben/hidden-marten branch February 3, 2025 14:40
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Mar 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants