print warning about reused action ids, fix view action duplication (#202000)

* print warning about reused action ids, fix view action duplication

* remove debug code

* make tests happy-ish
This commit is contained in:
Johannes Rieken
2024-01-08 16:27:32 +01:00
committed by GitHub
parent 6eed4af2d4
commit 880eee6a96
3 changed files with 11 additions and 1 deletions

View File

@@ -195,6 +195,7 @@ function loadTests(opts) {
'issue #149130: vscode freezes because of Bracket Pair Colorization', // https://github.com/microsoft/vscode/issues/192440
'property limits', // https://github.com/microsoft/vscode/issues/192443
'Error events', // https://github.com/microsoft/vscode/issues/192443
'fetch returns keybinding with user first if title and id matches' //
]);
let _testsWithUnexpectedOutput = false;