You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
benibenj
changed the title
UserDataSyncActivityViewDataProvider does not dispose ActionUserDataSyncActivityViewDataProvider and others do not dispose ActionFeb 25, 2025
benibenj
changed the title
UserDataSyncActivityViewDataProvider and others do not dispose ActionUserDataSyncr contributions do not dispose ActionFeb 25, 2025
Came across this code. Seems like it is not disposing the
Action
it is creating:vscode/src/vs/workbench/contrib/userDataSync/browser/userDataSyncViews.ts
Line 383 in 949b5cf
UserDataSyncWorkbenchContribution (multiple cases in this class)
vscode/src/vs/workbench/contrib/userDataSync/browser/userDataSync.ts
Lines 307 to 310 in 949b5cf
UserDataSyncReportIssueContribution (multiple cases in this class)
vscode/src/vs/workbench/contrib/userDataSync/browser/userDataSync.contribution.ts
Lines 44 to 47 in 949b5cf
AbstractUserDataProfileElement
vscode/src/vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel.ts
Lines 312 to 318 in 949b5cf
vscode/src/vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel.ts
Lines 312 to 318 in 949b5cf
UserDataProfilesEditor (multiple cases in this class)
vscode/src/vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor.ts
Lines 222 to 230 in 949b5cf
UpdateContribution
vscode/src/vs/workbench/contrib/update/browser/update.ts
Lines 218 to 220 in 949b5cf
The text was updated successfully, but these errors were encountered: