mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user