Skip to content

Commit

Permalink
fix #10338
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Jan 8, 2025
1 parent 0fed760 commit 30e42bc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
});
}

Expand Down

0 comments on commit 30e42bc

Please sign in to comment.