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: docs/copilot/copilot-settings.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,10 @@ The team is continuously working on improving Copilot in VS Code and adding new
51
51
52
52
## Customize Copilot prompts
53
53
54
-
c
54
+
*`setting(github.copilot.chat.codeGeneration.instructions)` <iclass="codicon codicon-beaker"></i>: A set of instructions that will be added to Copilot requests that generate code.
55
+
*`setting(github.copilot.chat.codeGeneration.useInstructionFiles)`_(Preview)_: Controls whether code instructions from `.github/copilot-instructions.md` are added to Copilot requests.
56
+
*`setting(github.copilot.chat.testGeneration.instructions)` <iclass="codicon codicon-beaker"></i>: A set of instructions that will be added to Copilot requests that generate tests.
57
+
55
58
## Debugging settings
56
59
57
60
*`setting(github.copilot.chat.startDebugging.enabled)`_(Preview)_: Enables the experimental `/startDebugging` intent in the Chat view to generate debugging configuration.
0 commit comments