Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not add self to disposables #15552

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Do not add self to disposables #15552

merged 1 commit into from
Apr 17, 2024

Conversation

DonJayamanne
Copy link
Contributor

Fixes #15550

@DonJayamanne DonJayamanne marked this pull request as ready for review April 17, 2024 09:34
@DonJayamanne DonJayamanne enabled auto-merge (squash) April 17, 2024 09:34
@vscodenpa vscodenpa added this to the April 2024 milestone Apr 17, 2024
@DonJayamanne DonJayamanne merged commit cc4db4d into main Apr 17, 2024
28 checks passed
@DonJayamanne DonJayamanne deleted the issue15550 branch April 17, 2024 10:14
@@ -93,11 +90,10 @@ export class ImportTracker implements IExtensionSyncActivationService, IDisposab
this,
disposables
Copy link
Member

Choose a reason for hiding this comment

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

@DonJayamanne should it be this.disposables?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that shouldn't matter, & it shouldn't cause a recursive
But needs to be changed to be consistent,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stack overflow on dispose
4 participants