We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ede543 commit 9742545Copy full SHA for 9742545
src/vs/workbench/contrib/notebook/browser/controller/editActions.ts
@@ -107,7 +107,7 @@ registerAction2(class QuitEditCellAction extends NotebookCellAction {
107
when: ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED,
108
NOTEBOOK_OUTPUT_FOCUSED),
109
primary: KeyCode.Escape,
110
- weight: NOTEBOOK_EDITOR_WIDGET_ACTION_WEIGHT - 5
+ weight: KeybindingWeight.WorkbenchContrib + 5
111
},
112
{
113
when: ContextKeyExpr.and(
0 commit comments