Intent of usLayoutResolvedKeybinding.ts ×5
All 61 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/61 tests-
platform/50 tests-
keybinding/50 tests-
test/50 tests-
common/50 tests-
abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/4 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/null command ID a multi-chord keybinding with a null command ID keeps the keybinding (shouldPreventDefault = true)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/null command ID a multi-chord keybinding with an empty-string command ID keeps the keybinding (shouldPreventDefault = true)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/null command ID a single-chord keybinding with a null command ID unbinds the keybinding (shouldPreventDefault = false)|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService keybindings with empty-string/null command ID a single-chord keybinding with an empty string command ID unbinds the keybinding (shouldPreventDefault = false)|occurrence=1
-
-
abstractKeybindingService.test|title=AbstractKeybindingService simple tests: single- and multi-chord keybindings are dispatched a single-chord keybinding is dispatched correctly; this test makes sure the dispatch in general works before we test empty-string/1 test -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding appends keybinding even when label is empty string|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding appends keybinding for command with context when context matches|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding appends keybinding label when command has a keybinding|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding appends keybinding when context does not match but enforceContextCheck is false|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding returns only label when commandId is empty string|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding returns only label when commandId is null|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding returns only label when commandId is undefined|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService appendKeybinding returns only label when context does not match and enforceContextCheck is true|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService can have spying command|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService can trigger command that is sharing keybinding with chord|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService cannot trigger chord if command is overwriting|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService issue #16498: chord mode is quit for invalid chords|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/abstractKeybindingService.test|title=AbstractKeybindingService simple tests: single- and multi-chord keybindings are dispatched a multi-chord keybinding is dispatched correctly|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals contextIsEntirelyIncluded|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals issue #138997 - removal in default list|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals issue #140884 Unable to reassign F1 as keybinding for Show All Commands|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals issue #141638: Keyboard Shortcuts: Change When Expression might actually remove keybinding in Insiders|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals issue #157751: Auto-quoting of context keys prevents removal of keybindings via UI|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals issue #160604: Remove keybindings with when clause does not work|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals issue #293802: removal still matches when default when clause becomes more specific|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals issue #612#issuecomment-222109084 cannot remove keybindings for commands with ^|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals removal with matching keybinding and when|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals removal with more specific when clause does not match broader default|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals removal with not matching keybinding|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals removal with not matching when|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals removal with unspecified keybinding|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals removal with unspecified when and unspecified keybinding|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals removal with unspecified when|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals simple 1|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver handle keybinding removals simple 2|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command KBs having common prefix - the one defined later is returned|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 10|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 11|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 12|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 1|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 2|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 3|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 4|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 5|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 6|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 7|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 8|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve command resolve command - 9|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve key with arguments|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/keybinding/test/common/keybindingResolver.test|title=KeybindingResolver resolve key|occurrence=1
-
-
-
-
-
workbench/11 tests-
services/11 tests-
keybinding/11 tests-
test/11 tests-
node/11 tests-
fallbackKeyboardMapper.test|title=keyboardMapper - LINUX fallback resolveUserBinding Ctrl+[Comma] Ctrl+/1 test -
fallbackKeyboardMapper.test|title=keyboardMapper - MAC fallback resolveUserBinding Cmd+[Comma] Cmd+/1 test -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/services/keybinding/test/node/fallbackKeyboardMapper.test|title=keyboardMapper - LINUX fallback resolveKeybinding Ctrl+K Ctrl+=|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/services/keybinding/test/node/fallbackKeyboardMapper.test|title=keyboardMapper - LINUX fallback resolveKeybinding Ctrl+Z|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/services/keybinding/test/node/fallbackKeyboardMapper.test|title=keyboardMapper - LINUX fallback resolveKeyboardEvent Ctrl+Z|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/services/keybinding/test/node/fallbackKeyboardMapper.test|title=keyboardMapper - LINUX fallback resolveKeyboardEvent mapAltGrToCtrlAlt AltGr+Z|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/services/keybinding/test/node/fallbackKeyboardMapper.test|title=keyboardMapper - LINUX fallback resolveUserBinding Ctrl+[Comma]|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/services/keybinding/test/node/fallbackKeyboardMapper.test|title=keyboardMapper - MAC fallback resolveKeybinding Cmd+K Cmd+=|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/services/keybinding/test/node/fallbackKeyboardMapper.test|title=keyboardMapper - MAC fallback resolveKeybinding Cmd+Z|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/services/keybinding/test/node/fallbackKeyboardMapper.test|title=keyboardMapper - MAC fallback resolveKeyboardEvent Cmd+Z|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/workbench/services/keybinding/test/node/fallbackKeyboardMapper.test|title=keyboardMapper - MAC fallback resolveKeyboardEvent mapAltGrToCtrlAlt AltGr+Z|occurrence=1
-
-
-
-
-
-