chore(qol): Copilot no longer uses instruction settings; it automatically detects instructions files and PRs.

pull/6282/head
Jason Stirnaman 2025-08-04 14:05:24 -05:00 committed by Jason Stirnaman
parent 223e652520
commit 7d95a3f95b
1 changed files with 0 additions and 11 deletions

11
.vscode/settings.json vendored
View File

@ -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"
]