Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a8e9a3b89788a83f5dabaa718e459cb6f0d89b86
Choose a base ref
..
head repository: microsoft/vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f612981a7e4f43e7b3c49166c9eb7b5736812f77
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/vs/workbench/contrib/chat/common/promptSyntax/config.ts
Original file line number Diff line number Diff line change
@@ -235,7 +235,7 @@ export namespace PromptFilesConfig {
*/
export const CONFIG_DESCRIPTION = nls.localize(
descriptionLocalizationID,
"Enable support for attaching reusable prompt files (`*{0}`) for Chat, Edits, and Inline Chat sessions. [Learn More]({1}).\n\nSet it to `true` or use the `{ \"/path/to/folder\": boolean }` notation to specify folders where the prompt files are stored. Relative folder paths are resolved from the root folder(s) of your project, and the default value of `{2}` is used if no other paths provided.\n### Examples\n{3}\n{4}",
"Enable support for attaching reusable prompt files (`*{0}`) for Chat, Edits, and Inline Chat sessions. [Learn More]({1}).\n\nSet it to `true` or use the `{ \"/path/to/folder\": boolean }` notation to specify folders where the prompt files are stored. Relative folder paths are resolved from the root folder(s) of your workspace, and the default value of `{2}` is used if no other paths provided.\n### Examples\n{3}\n{4}",
PROMPT_SNIPPET_FILE_EXTENSION,
DOCUMENTATION_URL,
DEFAULT_LOCATION[0],