Skip to content

Commit

Permalink
Merge pull request #7654 from microsoft/relnote-typo
Browse files Browse the repository at this point in the history
Fix path to .github/copilot-instructions.md file
  • Loading branch information
ntrogh authored Oct 4, 2024
2 parents aaf5862 + 10c8a24 commit b57201e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes/v1_94.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ With temporal context, you can instruct Inline Chat to consider recently opened

**Setting**: `setting(github.copilot.chat.experimental.testGeneration.instructions)`

Last milestone, we introduced custom [code-generation instructions](https://code.visualstudio.com/updates/v1_93#_code-generation-instructions). We've further expanded this functionality to define **shared instructions** for code generation in a `.gitHub/copilot-instructions.md` file in your workspace. These common instructions supplement your own personal code generation instructions. Enable the code-generation instruction file with the `setting(github.copilot.chat.experimental.codeGeneration.useInstructionFiles)` setting.
Last milestone, we introduced custom [code-generation instructions](https://code.visualstudio.com/updates/v1_93#_code-generation-instructions). We've further expanded this functionality to define **shared instructions** for code generation in a `.github/copilot-instructions.md` file in your workspace. These common instructions supplement your own personal code generation instructions. Enable the code-generation instruction file with the `setting(github.copilot.chat.experimental.codeGeneration.useInstructionFiles)` setting.

In addition, you can now define instructions for **test generation** in settings or import them from a file. For example, if you always want to use a particular unit testing framework for your tests. Configure the test-generation instructions in the `setting(github.copilot.chat.experimental.testGeneration.instructions)` setting.

Expand Down

0 comments on commit b57201e

Please sign in to comment.