Skip to content

Commit acbe46c

Browse files
authored
Show add selection/file in command palette (microsoft#251455)
1 parent 40df172 commit acbe46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatContextActions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class AttachFileToChatAction extends AttachResourceAction {
113113
id: AttachFileToChatAction.ID,
114114
title: localize2('workbench.action.chat.attachFile.label', "Add File to Chat"),
115115
category: CHAT_CATEGORY,
116-
f1: false,
116+
f1: true,
117117
menu: [{
118118
id: MenuId.SearchContext,
119119
group: 'z_chat',
@@ -211,7 +211,7 @@ class AttachSelectionToChatAction extends Action2 {
211211
id: AttachSelectionToChatAction.ID,
212212
title: localize2('workbench.action.chat.attachSelection.label', "Add Selection to Chat"),
213213
category: CHAT_CATEGORY,
214-
f1: false,
214+
f1: true,
215215
menu: {
216216
id: MenuId.ChatTextEditorMenu,
217217
group: 'zContext',

0 commit comments

Comments
 (0)