Skip to content

Commit 7b6b509

Browse files
committed
Fix indentation
1 parent 49f9b0a commit 7b6b509

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/copilot/copilot-customization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ To use prompt files, follow these steps:
186186

187187
2. Write prompt instructions by using Markdown formatting.
188188

189-
Reference additional workspace files as Markdown links (`[index](../index.ts)`), or as `#file:../index.ts` references within the prompt file. You can also reference other `.prompt.md` files.
189+
Reference additional workspace files as Markdown links (`[index](../index.ts)`), or as `#file:../index.ts` references within the prompt file. You can also reference other `.prompt.md` files.
190190

191191
1. Select the Attach <i class="codicon codicon-attach"></i> icon, then select **Prompt...** and choose the prompt file to attach it in Copilot Chat or Edits.
192192

@@ -195,6 +195,7 @@ Reference additional workspace files as Markdown links (`[index](../index.ts)`),
195195
1. Send the chat prompt
196196

197197
- For reusable tasks, send the prompt without any additional instructions.
198+
198199
- Include additional instructions to provide more context for the task at hand.
199200

200201
> [!TIP]

0 commit comments

Comments
 (0)