Skip to content

Commit b50d6a2

Browse files
authored
The link Learn More in the setting chat.promptFiles is incorrect (microsoft#256017)
1 parent 003b93f commit b50d6a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ configurationRegistry.registerConfiguration({
384384
),
385385
markdownDescription: nls.localize(
386386
'chat.reusablePrompts.config.enabled.description',
387-
"Enable reusable prompt (`*{0}`) and instruction files in Chat, Edits, and Inline Chat sessions. [Learn More]({1}).",
387+
"Enable reusable prompt (`*{0}`) and instruction files (`*{1}`) in Chat sessions. [Learn More]({2}).",
388388
PROMPT_FILE_EXTENSION,
389389
INSTRUCTION_FILE_EXTENSION,
390390
PROMPT_DOCUMENTATION_URL,
@@ -396,7 +396,7 @@ configurationRegistry.registerConfiguration({
396396
policy: {
397397
name: 'ChatPromptFiles',
398398
minimumVersion: '1.99',
399-
description: nls.localize('chat.promptFiles.policy', "Enables reusable prompt and instruction files in Chat, Edits, and Inline Chat sessions."),
399+
description: nls.localize('chat.promptFiles.policy', "Enables reusable prompt and instruction files in Chat sessions."),
400400
defaultValue: false,
401401
tags: [PolicyTag.Account, PolicyTag.Preview]
402402
}
@@ -409,7 +409,7 @@ configurationRegistry.registerConfiguration({
409409
),
410410
markdownDescription: nls.localize(
411411
'chat.instructions.config.locations.description',
412-
"Specify location(s) of instructions files (`*{0}`) that can be attached in Chat, Edits, and Inline Chat sessions. [Learn More]({1}).\n\nRelative paths are resolved from the root folder(s) of your workspace.",
412+
"Specify location(s) of instructions files (`*{0}`) that can be attached in Chat sessions. [Learn More]({1}).\n\nRelative paths are resolved from the root folder(s) of your workspace.",
413413
INSTRUCTION_FILE_EXTENSION,
414414
INSTRUCTIONS_DOCUMENTATION_URL,
415415
),
@@ -437,7 +437,7 @@ configurationRegistry.registerConfiguration({
437437
),
438438
markdownDescription: nls.localize(
439439
'chat.reusablePrompts.config.locations.description',
440-
"Specify location(s) of reusable prompt files (`*{0}`) that can be run in Chat, Edits, and Inline Chat sessions. [Learn More]({1}).\n\nRelative paths are resolved from the root folder(s) of your workspace.",
440+
"Specify location(s) of reusable prompt files (`*{0}`) that can be run in Chat sessions. [Learn More]({1}).\n\nRelative paths are resolved from the root folder(s) of your workspace.",
441441
PROMPT_FILE_EXTENSION,
442442
PROMPT_DOCUMENTATION_URL,
443443
),

0 commit comments

Comments
 (0)