Skip to content

Commit 4c03c00

Browse files
authored
Add/adjust links for customization library (#58392)
1 parent a3f3e35 commit 4c03c00

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

content/copilot/concepts/prompting/response-customization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ The following examples demonstrate how to use prompt files.
315315
316316
```
317317

318+
For a curated collection of examples, see [AUTOTITLE](/copilot/tutorials/customization-library/prompt-files).
319+
318320
{% data reusables.copilot.custom-instructions-effective %}
319321

320322
## Next steps
@@ -353,6 +355,8 @@ Common use cases for repository custom instructions include:
353355

354356
{% data reusables.copilot.repository-custom-instructions-example %}
355357

358+
For a curated collection of examples, see [AUTOTITLE](/copilot/tutorials/customization-library/custom-instructions).
359+
356360
{% data reusables.copilot.custom-instructions-effective %}
357361

358362
## Next steps

content/copilot/how-tos/configure-custom-instructions/add-personal-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ Did you successfully add personal custom instructions?
4949
<a href="https://docs.github.io/success-test/yes.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>Yes</span></a> <a href="https://docs.github.io/success-test/no.html" target="_blank" class="btn btn-outline mt-3 mr-3 no-underline"><span>No</span></a>
5050

5151
{% endnote %}
52+
53+
## Further reading
54+
55+
* [AUTOTITLE](/copilot/tutorials/customization-library/custom-instructions)—a curated collection of examples

content/copilot/how-tos/configure-custom-instructions/add-repository-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,11 +584,11 @@ To enable prompt files, configure the workspace settings.
584584

585585
1. Submit the chat prompt.
586586

587-
For more information about prompt files, see [Custom instructions for {% data variables.product.prodname_copilot %} in VS Code](https://code.visualstudio.com/docs/copilot/copilot-customization#_reusable-prompt-files-experimental) in the {% data variables.product.prodname_vscode %} documentation.
587+
For more information about prompt files, see [Use prompt files in {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/docs/copilot/customization/prompt-files) in the {% data variables.product.prodname_vscode %} documentation.
588588

589589
## Further reading
590590

591-
* [AUTOTITLE](/copilot/tutorials/customization-library)
591+
* [AUTOTITLE](/copilot/tutorials/customization-library)—a curated collection of examples
592592

593593
{% endvscode %}
594594

content/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ For information on configuring the {% data variables.product.github %} MCP serve
9999
![Screenshot of the {% data variables.copilot.copilot_chat_short %} box in {% data variables.product.prodname_vscode %}. The "Agent" option is outlined in dark orange.](/assets/images/help/copilot/copilot-chat-agent-option.png)
100100

101101
1. To view your list of available MCP servers, click the tools icon in the top left corner of the chat box. This will open the MCP server list, where you can see all the MCP servers and associated tools that are currently available in your {% data variables.product.prodname_vscode %} instance.
102-
* Optionally, you can define toolsets, groups of related tools that you can reference in chat. Toolsets make it easier to group related MCP tools together and quickly enable or disable them. For information on how to define and use a toolset, see the [{% data variables.product.prodname_vscode_shortname %} docs](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode#_define-tool-sets).
102+
* Optionally, you can define toolsets, groups of related tools that you can reference in chat. Toolsets make it easier to group related MCP tools together and quickly enable or disable them. For information on how to define and use a toolset, see the [{% data variables.product.prodname_vscode_shortname %} docs](https://code.visualstudio.com/docs/copilot/chat/chat-tools#_group-tools-with-tool-sets).
103103

104104
For more information on configuring MCP servers in {% data variables.product.prodname_vscode %}, see [Use MCP servers in {% data variables.product.prodname_vscode %}](https://aka.ms/vscode-add-mcp) in the {% data variables.product.prodname_vscode %} documentation.
105105

0 commit comments

Comments
 (0)