-
Notifications
You must be signed in to change notification settings - Fork 704
Closed
microsoft/vscode
#266036Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
I create a PR using the extension. Then the tree view refreshed twice automatically which then ended up showing the notification error: Element with id All Openhttps://github.com/microsoft/vscode/pull/260521 is already registered.
In the console I see
notificationsAlerts.ts:40 Error: Element with id All Openhttps://github.com/microsoft/vscode/pull/260521 is already registered
at s5.eb (file:///c:/Users/besimmonds/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:196:82731)
at file:///c:/Users/besimmonds/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:196:81579
at Array.map (<anonymous>)
at s5.Z (file:///c:/Users/besimmonds/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:196:81561)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at s5.getChildren (file:///c:/Users/besimmonds/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:196:77878)
at pG.$getChildren (file:///c:/Users/besimmonds/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:196:74493)
This lead to the entire tree view to not show any PRs anymore

Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded