diff --git a/README.md b/README.md index 88bb30f..b7cf780 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # Custom Prompts for Github Copilot Chat -Share custom prompts for Github Copilot Chat. +Share custom prompts for Github Copilot Chat with your team. ## Usage Use `@customPrompts` to invoke the assistant, then select the desired command. -Add custom prompts in `settings.json` as follows: +### Configuration + +Add your custom prompts in `.vscode/settings.json` as follow: ```jsonc { @@ -23,7 +25,11 @@ Add custom prompts in `settings.json` as follows: } ``` -Then, in the chat, enter `@customPrompts /custom /` to invoke the custom command. +Then, in the chat, enter `@customPrompts /load /` to invoke the custom command; e.g. with the example config above: `@customPrompts /load /prefixwithlegacy` + +### Available Commands + +- `/load`: Use `@customPrompts /load /` to invoke a custom command. ## Credits