Skip to content

Commit d04b5d2

Browse files
committed
remove duplicated keyboard dispatch registration.
1 parent 246a1f5 commit d04b5d2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/vs/workbench/services/keybinding/electron-browser/keybinding.contribution.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ const keyboardConfiguration: IConfigurationNode = {
1717
'title': nls.localize('keyboardConfigurationTitle', "Keyboard"),
1818
'overridable': true,
1919
'properties': {
20-
'keyboard.dispatch': {
21-
'type': 'string',
22-
'enum': ['code', 'keyCode'],
23-
'default': 'code',
24-
'markdownDescription': nls.localize('dispatch', "Controls the dispatching logic for key presses to use either `code` (recommended) or `keyCode`."),
25-
'included': OS === OperatingSystem.Macintosh || OS === OperatingSystem.Linux
26-
},
2720
'keyboard.touchbar.enabled': {
2821
'type': 'boolean',
2922
'default': true,

0 commit comments

Comments
 (0)