From 7d95a3f95b9178edabaa8715f7c3ccbb0fc0c5ef Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 4 Aug 2025 14:05:24 -0500 Subject: [PATCH] chore(qol): Copilot no longer uses instruction settings; it automatically detects instructions files and PRs. --- .vscode/settings.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2c18d3282..c827452b9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,17 +14,6 @@ }, "vale.valeCLI.config": "${workspaceFolder}/.vale.ini", "vale.valeCLI.minAlertLevel": "warning", - "github.copilot.chat.codeGeneration.useInstructionFiles": true, - "github.copilot.chat.codeGeneration.instructions": [ - { - "file": "${workspaceFolder}/.github/copilot-instructions.md", - } - ], - "github.copilot.chat.pullRequestDescriptionGeneration.instructions": [ - { - "file": "${workspaceFolder}/.github/copilot-instructions.md", - } - ], "cSpell.words": [ "influxctl" ]