You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-3Lines changed: 32 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,18 @@ We welcome contributions! Please see our [Contributing Guide](./CONTRIBUTING.md)
27
27
## 📋 Custom Instructions
28
28
29
29
Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices:
30
-
> 💡 **Usage**: Copy these instructions to your `.github/copilot-instructions.md` file or create task-specific `.github/.instructions.md` files in your workspace's `.github/instructions` folder.
30
+
Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices.
31
+
32
+
### How to Use Custom Instructions
33
+
34
+
**To Install:**
35
+
- Click the **VS Code** or **VS Code Insiders** install button for the instruction you want to use
36
+
- Download the `*.instructions.md` file and manually add it to your project's instruction collection
37
+
38
+
**To Use/Apply:**
39
+
- Copy these instructions to your `.github/copilot-instructions.md` file in your workspace
40
+
- Create task-specific `.github/.instructions.md` files in your workspace's `.github/instructions` folder
41
+
- Instructions automatically apply to Copilot behavior once installed in your workspace
31
42
32
43
| Title | Description |
33
44
| ----- | ----------- |
@@ -99,7 +110,16 @@ Team and project-specific instructions to enhance GitHub Copilot's behavior for
99
110
## 🎯 Reusable Prompts
100
111
101
112
Ready-to-use prompt templates for specific development scenarios and tasks, defining prompt text with a specific mode, model, and available set of tools.
102
-
> 💡 **Usage**: Use `/prompt-name` in VS Code chat, run `Chat: Run Prompt` command, or hit the run button while you have a prompt open.
113
+
### How to Use Reusable Prompts
114
+
115
+
**To Install:**
116
+
- Click the **VS Code** or **VS Code Insiders** install button for the prompt you want to use
117
+
- Download the `*.prompt.md` file and manually add it to your prompt collection
118
+
119
+
**To Run/Execute:**
120
+
- Use `/prompt-name` in VS Code chat after installation
121
+
- Run the `Chat: Run Prompt` command from the Command Palette
122
+
- Hit the run button while you have a prompt file open in VS Code
103
123
104
124
| Title | Description |
105
125
| ----- | ----------- |
@@ -184,7 +204,16 @@ Ready-to-use prompt templates for specific development scenarios and tasks, defi
184
204
## 🧩 Custom Chat Modes
185
205
186
206
Custom chat modes define specific behaviors and tools for GitHub Copilot Chat, enabling enhanced context-aware assistance for particular tasks or workflows.
187
-
> 💡 **Usage**: Create new chat modes using the command `Chat: Configure Chat Modes...`, then switch your chat mode in the Chat input from _Agent_ or _Ask_ to your own mode.
207
+
### How to Use Custom Chat Modes
208
+
209
+
**To Install:**
210
+
- Click the **VS Code** or **VS Code Insiders** install button for the chat mode you want to use
211
+
- Download the `*.chatmode.md` file and manually install it in VS Code using the Command Palette
212
+
213
+
**To Activate/Use:**
214
+
- Import the chat mode configuration into your VS Code settings
215
+
- Access the installed chat modes through the VS Code Chat interface
216
+
- Select the desired chat mode from the available options in VS Code Chat
Copy file name to clipboardExpand all lines: update-readme.js
+32-3Lines changed: 32 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,48 @@ We welcome contributions! Please see our [Contributing Guide](./CONTRIBUTING.md)
35
35
36
36
Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices:`,
37
37
38
-
instructionsUsage: `> 💡 **Usage**: Copy these instructions to your \`.github/copilot-instructions.md\` file or create task-specific \`.github/.instructions.md\` files in your workspace's \`.github/instructions\` folder.`,
38
+
instructionsUsage: `Team and project-specific instructions to enhance GitHub Copilot's behavior for specific technologies and coding practices.
39
+
40
+
### How to Use Custom Instructions
41
+
42
+
**To Install:**
43
+
- Click the **VS Code** or **VS Code Insiders** install button for the instruction you want to use
44
+
- Download the \`*.instructions.md\` file and manually add it to your project's instruction collection
45
+
46
+
**To Use/Apply:**
47
+
- Copy these instructions to your \`.github/copilot-instructions.md\` file in your workspace
48
+
- Create task-specific \`.github/.instructions.md\` files in your workspace's \`.github/instructions\` folder
49
+
- Instructions automatically apply to Copilot behavior once installed in your workspace`,
39
50
40
51
promptsSection: `## 🎯 Reusable Prompts
41
52
42
53
Ready-to-use prompt templates for specific development scenarios and tasks, defining prompt text with a specific mode, model, and available set of tools.`,
43
54
44
-
promptsUsage: `> 💡 **Usage**: Use \`/prompt-name\` in VS Code chat, run \`Chat: Run Prompt\` command, or hit the run button while you have a prompt open.`,
55
+
promptsUsage: `### How to Use Reusable Prompts
56
+
57
+
**To Install:**
58
+
- Click the **VS Code** or **VS Code Insiders** install button for the prompt you want to use
59
+
- Download the \`*.prompt.md\` file and manually add it to your prompt collection
60
+
61
+
**To Run/Execute:**
62
+
- Use \`/prompt-name\` in VS Code chat after installation
63
+
- Run the \`Chat: Run Prompt\` command from the Command Palette
64
+
- Hit the run button while you have a prompt file open in VS Code`,
45
65
46
66
chatmodesSection: `## 🧩 Custom Chat Modes
47
67
48
68
Custom chat modes define specific behaviors and tools for GitHub Copilot Chat, enabling enhanced context-aware assistance for particular tasks or workflows.`,
49
69
50
-
chatmodesUsage: `> 💡 **Usage**: Create new chat modes using the command \`Chat: Configure Chat Modes...\`, then switch your chat mode in the Chat input from _Agent_ or _Ask_ to your own mode.`,
70
+
chatmodesUsage: `### How to Use Custom Chat Modes
71
+
72
+
**To Install:**
73
+
- Click the **VS Code** or **VS Code Insiders** install button for the chat mode you want to use
74
+
- Download the \`*.chatmode.md\` file and manually install it in VS Code using the Command Palette
75
+
76
+
**To Activate/Use:**
77
+
- Import the chat mode configuration into your VS Code settings
78
+
- Access the installed chat modes through the VS Code Chat interface
79
+
- Select the desired chat mode from the available options in VS Code Chat`,
0 commit comments