From cf25b57a4490732feeda55cf43ffb626298bd0c2 Mon Sep 17 00:00:00 2001 From: Oleg Solomko Date: Fri, 31 Jan 2025 12:54:01 -0800 Subject: [PATCH] [config]: update the `Examples` header level to h4 --- src/vs/workbench/contrib/chat/common/promptSyntax/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/chat/common/promptSyntax/config.ts b/src/vs/workbench/contrib/chat/common/promptSyntax/config.ts index 0266398d2cfdd..51eb7333f07a7 100644 --- a/src/vs/workbench/contrib/chat/common/promptSyntax/config.ts +++ b/src/vs/workbench/contrib/chat/common/promptSyntax/config.ts @@ -233,7 +233,7 @@ export namespace PromptFilesConfig { */ export const CONFIG_DESCRIPTION = nls.localize( 'chat.promptFiles.config.description', - "Enable support for attaching reusable prompt files (`*{0}`) for Chat, Edits, and Inline Chat sessions. [Learn More]({1}).\n\nSet to `true` or use the `{ \"/path/to/folder\": boolean }` notation to specify a different path (or a couple of them). Relative 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}", + "Enable support for attaching reusable prompt files (`*{0}`) for Chat, Edits, and Inline Chat sessions. [Learn More]({1}).\n\nSet to `true` or use the `{ \"/path/to/folder\": boolean }` notation to specify a different path (or a couple of them). Relative 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],