Skip to content

Commit 0e6045f

Browse files
authored
Merge pull request #8251 from microsoft/custom-instructions-language-specific
Remove language-specific custom instructions
2 parents 2deaac8 + 07a0701 commit 0e6045f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/copilot/copilot-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Copilot can help you generate code, for example as part of a refactoring, genera
3333
3434
### Use settings
3535

36-
You can configure custom code-generation instructions by using the `setting(github.copilot.chat.codeGeneration.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/configure/settings.md#language-specific-editor-settings).
36+
You can configure custom code-generation instructions by using the `setting(github.copilot.chat.codeGeneration.instructions)` setting. You can define custom instructions at the User or Workspace level.
3737

3838
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.
3939

0 commit comments

Comments
 (0)