mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 (#7206)
* Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 * fix config changes * fix strictnull checks
This commit is contained in:
@@ -752,9 +752,9 @@ suite('keyboardMapper - LINUX de_ch', () => {
|
||||
test('resolveUserBinding Ctrl+[Comma] Ctrl+/', () => {
|
||||
assertResolveUserBinding(
|
||||
mapper, [
|
||||
new ScanCodeBinding(true, false, false, false, ScanCode.Comma),
|
||||
new SimpleKeybinding(true, false, false, false, KeyCode.US_SLASH),
|
||||
],
|
||||
new ScanCodeBinding(true, false, false, false, ScanCode.Comma),
|
||||
new SimpleKeybinding(true, false, false, false, KeyCode.US_SLASH),
|
||||
],
|
||||
[{
|
||||
label: 'Ctrl+, Ctrl+Shift+7',
|
||||
ariaLabel: 'Control+, Control+Shift+7',
|
||||
@@ -1135,9 +1135,9 @@ suite('keyboardMapper - LINUX en_us', () => {
|
||||
test('resolveUserBinding Ctrl+[Comma] Ctrl+/', () => {
|
||||
assertResolveUserBinding(
|
||||
mapper, [
|
||||
new ScanCodeBinding(true, false, false, false, ScanCode.Comma),
|
||||
new SimpleKeybinding(true, false, false, false, KeyCode.US_SLASH),
|
||||
],
|
||||
new ScanCodeBinding(true, false, false, false, ScanCode.Comma),
|
||||
new SimpleKeybinding(true, false, false, false, KeyCode.US_SLASH),
|
||||
],
|
||||
[{
|
||||
label: 'Ctrl+, Ctrl+/',
|
||||
ariaLabel: 'Control+, Control+/',
|
||||
@@ -1153,8 +1153,8 @@ suite('keyboardMapper - LINUX en_us', () => {
|
||||
test('resolveUserBinding Ctrl+[Comma]', () => {
|
||||
assertResolveUserBinding(
|
||||
mapper, [
|
||||
new ScanCodeBinding(true, false, false, false, ScanCode.Comma)
|
||||
],
|
||||
new ScanCodeBinding(true, false, false, false, ScanCode.Comma)
|
||||
],
|
||||
[{
|
||||
label: 'Ctrl+,',
|
||||
ariaLabel: 'Control+,',
|
||||
|
||||
Reference in New Issue
Block a user