Skip to content

Commit 7d95a3f

Browse files
committed
chore(qol): Copilot no longer uses instruction settings; it automatically detects instructions files and PRs.
1 parent 223e652 commit 7d95a3f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.vscode/settings.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,6 @@
1414
},
1515
"vale.valeCLI.config": "${workspaceFolder}/.vale.ini",
1616
"vale.valeCLI.minAlertLevel": "warning",
17-
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
18-
"github.copilot.chat.codeGeneration.instructions": [
19-
{
20-
"file": "${workspaceFolder}/.github/copilot-instructions.md",
21-
}
22-
],
23-
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
24-
{
25-
"file": "${workspaceFolder}/.github/copilot-instructions.md",
26-
}
27-
],
2817
"cSpell.words": [
2918
"influxctl"
3019
]

0 commit comments

Comments
 (0)