pull/237513/head
Megan Rogge 2025-01-08 12:26:11 -06:00
parent 0fed760ad4
commit 30e42bce86
No known key found for this signature in database
GPG Key ID: B8E497F5C2C8EDE8
1 changed files with 5 additions and 0 deletions

View File

@ -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,
}
});
}