File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/vs/workbench/contrib/chat/browser Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -819,9 +819,9 @@ export function registerChatActions() {
819
819
registerAction2 ( class UpdateInstructionsAction extends Action2 {
820
820
constructor ( ) {
821
821
super ( {
822
- id : 'workbench.action.chat.updateInstructions ' ,
823
- title : localize2 ( 'updateInstructions ' , "Generate Instructions" ) ,
824
- shortTitle : localize2 ( 'updateInstructions .short' , "Generate Instructions" ) ,
822
+ id : 'workbench.action.chat.generateInstructions ' ,
823
+ title : localize2 ( 'generateInstructions ' , "Generate Workspace Instructions File " ) ,
824
+ shortTitle : localize2 ( 'generateInstructions .short' , "Generate Instructions" ) ,
825
825
category : CHAT_CATEGORY ,
826
826
icon : Codicon . sparkle ,
827
827
f1 : true ,
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ const UPDATE_INSTRUCTIONS_OPTION: IPromptPickerQuickPickItem = Object.freeze({
130
130
pickable : false ,
131
131
alwaysShow : true ,
132
132
buttons : [ HELP_BUTTON ] ,
133
- commandId : 'workbench.action.chat.updateInstructions ' ,
133
+ commandId : 'workbench.action.chat.generateInstructions ' ,
134
134
} ) ;
135
135
136
136
/**
You can’t perform that action at this time.
0 commit comments