Skip to content

Commit d5d0586

Browse files
committed
Fix settings for customization
1 parent e0b3950 commit d5d0586

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/copilot/copilot-settings.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ The team is continuously working on improving Copilot in VS Code and adding new
5151

5252
## Customize Copilot prompts
5353

54-
c
54+
* `setting(github.copilot.chat.codeGeneration.instructions)` <i class="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)` <i class="codicon codicon-beaker"></i>: A set of instructions that will be added to Copilot requests that generate tests.
57+
5558
## Debugging settings
5659

5760
* `setting(github.copilot.chat.startDebugging.enabled)` _(Preview)_: Enables the experimental `/startDebugging` intent in the Chat view to generate debugging configuration.

0 commit comments

Comments
 (0)