fix #10338
parent
0fed760ad4
commit
30e42bce86
|
@ -98,6 +98,11 @@ registerAction2(class RemoveFileFromWorkingSet extends WorkingSetAction {
|
|||
order: 5,
|
||||
group: 'navigation'
|
||||
}],
|
||||
keybinding: {
|
||||
primary: KeyCode.Delete,
|
||||
when: ContextKeyExpr.and(ChatContextKeys.location.isEqualTo(ChatAgentLocation.EditingSession), ChatContextKeys.inChatInput.negate()),
|
||||
weight: KeybindingWeight.WorkbenchContrib,
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue