No need to throw when an element with the same ID comes in (#299154)

* No need to throw when an element with the same ID comes in
Fixes microsoft/vscode-pull-request-github#8073

* Fix tests
This commit is contained in:
Alex Ross
2026-03-04 13:50:35 +01:00
committed by GitHub
parent 907cb9cfa4
commit 856ea291a5
4 changed files with 170 additions and 21 deletions

View File

@@ -146,6 +146,11 @@
"id": "test.treeId",
"name": "test-tree",
"when": "never"
},
{
"id": "test.treeSwitchUpdate",
"name": "test-tree-switch-update",
"when": "never"
}
]
},