Skip to content

Commit 4036a0e

Browse files
committed
Rename global prompt files
1 parent 35560d1 commit 4036a0e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/copilot/copilot-customization.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,21 +194,23 @@ To enable prompt files, configure the `setting(chat.promptFiles)` VS Code settin
194194

195195
1. Create a `.prompt.md` file in the `.github/prompts` directory of your workspace.
196196

197+
Alternatively, use the **Create Prompt** command from the Command Palette (`kb(workbench.action.showCommands)`).
198+
197199
1. Write prompt instructions by using Markdown formatting.
198200

199201
Within a prompt file, reference additional workspace files as Markdown links (`[index](../index.ts)`), or as `#file:../index.ts` references within the prompt file.
200202

201203
You can also reference other `.prompt.md` files to create a hierarchy of prompts, with reusable prompts that can be shared across multiple prompt files.
202204

203-
#### Use a global prompt file
205+
#### Create a user prompt file
204206

205-
Global prompt files are stored in your [user profile](/docs/editor/profiles.md). You can use global prompt files to share reusable prompts across multiple workspaces.
207+
User prompt files are stored in your [user profile](/docs/editor/profiles.md). With user prompt files, you can share reusable prompts across multiple workspaces.
206208

207-
You can add a global prompt file to chat prompt in the same way as a workspace prompt file.
209+
You can add a user prompt file to a chat prompt in the same way as a workspace prompt file.
208210

209-
To create a global prompt file:
211+
To create a user prompt file:
210212

211-
1. Select the **Create Global Prompt** command from the Command Palette (`kb(workbench.action.showCommands)`).
213+
1. Select the **Create User Prompt** command from the Command Palette (`kb(workbench.action.showCommands)`).
212214

213215
1. Enter a name for your prompt file.
214216

0 commit comments

Comments
 (0)