Skip to content

Commit 8943fce

Browse files
committed
Remove language-specific custom instructions
1 parent 110c9ad commit 8943fce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/copilot/copilot-customization.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can also store custom instructions in your workspace or repository in a `.gi
7676

7777
You can use Copilot to generate tests for your code, for example by using the `@workspace /tests` prompt in the Chat view. You can define custom instructions to help Copilot generate tests that are specific to your project and development workflow.
7878

79-
To configure custom test-generation instructions, use the `setting(github.copilot.chat.testGeneration.instructions)` setting. You can define custom instructions at the User or Workspace level, and you can also specify language-specific instructions. Get more information about [language-specific settings](/docs/getstarted/settings.md#language-specific-editor-settings). For example, you might specify a different testing framework to use for each language.
79+
To configure custom test-generation instructions, use the `setting(github.copilot.chat.testGeneration.instructions)` setting. You can define custom instructions at the User or Workspace level.
8080

8181
The following code snippet shows how to define a set of instructions in the `settings.json` file. To define instruction directly in settings, configure the `text` property. To reference an external file, configure the `file` property.
8282

@@ -108,8 +108,6 @@ Always use React functional components.
108108

109109
* Don't refer to external resources in the instructions, such as specific coding standards,
110110

111-
* Define language-specific instructions to get more accurate generated code for each language.
112-
113111
* Make it easy to share custom instructions with your team or across projects by storing your instructions in an external file. You can also version control the file to track changes over time.
114112

115113
## Settings

0 commit comments

Comments
 (0)