File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/chat/browser/actions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class AttachFileToChatAction extends AttachResourceAction {
113
113
id : AttachFileToChatAction . ID ,
114
114
title : localize2 ( 'workbench.action.chat.attachFile.label' , "Add File to Chat" ) ,
115
115
category : CHAT_CATEGORY ,
116
- f1 : false ,
116
+ f1 : true ,
117
117
menu : [ {
118
118
id : MenuId . SearchContext ,
119
119
group : 'z_chat' ,
@@ -211,7 +211,7 @@ class AttachSelectionToChatAction extends Action2 {
211
211
id : AttachSelectionToChatAction . ID ,
212
212
title : localize2 ( 'workbench.action.chat.attachSelection.label' , "Add Selection to Chat" ) ,
213
213
category : CHAT_CATEGORY ,
214
- f1 : false ,
214
+ f1 : true ,
215
215
menu : {
216
216
id : MenuId . ChatTextEditorMenu ,
217
217
group : 'zContext' ,
You can’t perform that action at this time.
0 commit comments