Skip to content

Commit cb4bf50

Browse files
authored
add ellipses to Add Instructions/Prompts/Tool Sets (#251486)
1 parent 5c8496a commit cb4bf50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/vs/workbench/contrib/chat/browser/promptSyntax/attachInstructionsAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class ManageInstructionsFilesAction extends Action2 {
141141
constructor() {
142142
super({
143143
id: CONFIGURE_INSTRUCTIONS_ACTION_ID,
144-
title: localize2('configure-instructions', "Configure Instructions"),
144+
title: localize2('configure-instructions', "Configure Instructions..."),
145145
icon: Codicon.bookmark,
146146
f1: true,
147147
precondition: ContextKeyExpr.and(PromptsConfig.enabledCtx, ChatContextKeys.enabled),

src/vs/workbench/contrib/chat/browser/promptSyntax/runPromptAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class ManagePromptFilesAction extends Action2 {
244244
constructor() {
245245
super({
246246
id: CONFIGURE_PROMPTS_ACTION_ID,
247-
title: localize2('configure-prompts', "Configure Prompt Files"),
247+
title: localize2('configure-prompts', "Configure Prompt Files..."),
248248
icon: Codicon.bookmark,
249249
f1: true,
250250
precondition: ContextKeyExpr.and(PromptsConfig.enabledCtx, ChatContextKeys.enabled),

src/vs/workbench/contrib/chat/browser/tools/toolSetsContribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export class ConfigureToolSets extends Action2 {
320320
constructor() {
321321
super({
322322
id: ConfigureToolSets.ID,
323-
title: localize2('chat.configureToolSets', 'Configure Tool Sets'),
323+
title: localize2('chat.configureToolSets', 'Configure Tool Sets...'),
324324
category: CHAT_CATEGORY,
325325
f1: true,
326326
precondition: ContextKeyExpr.and(ChatContextKeys.enabled, ChatContextKeys.Tools.toolsCount.greater(0)),

0 commit comments

Comments
 (0)