File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ export interface ISimpleKeybinding {
64
64
65
65
export const ACTION_QUICK_ACCESS_SETTINGS =
66
66
'workbench.action.quickAccessSettings' ;
67
- export const ACTION_QUICK_COMMAND = 'workbench .action.quickCommand' ;
67
+ export const ACTION_QUICK_COMMAND = 'editor .action.quickCommand' ;
68
68
export const ACTION_SELECT_THEME = 'workbench.action.selectTheme' ;
69
69
export const ACTION_SELECT_LOCALE = 'workbench.action.selectLocale' ;
Original file line number Diff line number Diff line change @@ -185,11 +185,6 @@ export class CommandQuickAccessViewAction extends Action2 {
185
185
primary : KeyMod . CtrlCmd | KeyMod . Shift | KeyCode . KEY_P ,
186
186
secondary : [ KeyCode . F1 ] ,
187
187
} ,
188
- menu : {
189
- id : MenuId . EditorContext ,
190
- group : 'z_commands' ,
191
- order : 1 ,
192
- } ,
193
188
} ) ;
194
189
}
195
190
You can’t perform that action at this time.
0 commit comments