Skip to content

Commit 9742545

Browse files
committed
increase quitEdit weight to prioritize over list.clear
1 parent 9ede543 commit 9742545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/controller/editActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ registerAction2(class QuitEditCellAction extends NotebookCellAction {
107107
when: ContextKeyExpr.and(NOTEBOOK_EDITOR_FOCUSED,
108108
NOTEBOOK_OUTPUT_FOCUSED),
109109
primary: KeyCode.Escape,
110-
weight: NOTEBOOK_EDITOR_WIDGET_ACTION_WEIGHT - 5
110+
weight: KeybindingWeight.WorkbenchContrib + 5
111111
},
112112
{
113113
when: ContextKeyExpr.and(

0 commit comments

Comments
 (0)