mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
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:
@@ -146,6 +146,11 @@
|
||||
"id": "test.treeId",
|
||||
"name": "test-tree",
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"id": "test.treeSwitchUpdate",
|
||||
"name": "test-tree-switch-update",
|
||||
"when": "never"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user