From 081635029549ddcb41b0a677b730b15fa63015a5 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Wed, 9 Apr 2025 10:59:26 -0500 Subject: [PATCH] chore(copilot): update to latest settings in https://code.visualstudio.com/docs/copilot/reference/copilot-settings --- .vscode/settings.json | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 92e45a176..2c18d3282 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,12 +1,12 @@ { - "commentAnchors.tags.anchors": - { "SOURCE": { - "scope": "file", - "behavior": "link", - "iconColor": "#FF0000", - "highlightColor": "#FF0000", - "style": "bold" - }}, + "commentAnchors.tags.anchors": + { "SOURCE": { + "scope": "file", + "behavior": "link", + "iconColor": "#FF0000", + "highlightColor": "#FF0000", + "style": "bold" + }}, "commentAnchors.workspace.matchFiles": "**/*.{md,ini,json,yaml,yml}", "commentAnchors.workspace.enabled": true, "yaml.schemas": { @@ -15,13 +15,17 @@ "vale.valeCLI.config": "${workspaceFolder}/.vale.ini", "vale.valeCLI.minAlertLevel": "warning", "github.copilot.chat.codeGeneration.useInstructionFiles": true, - "github.copilot.chat.codeGeneration.instructionFiles": [ + "github.copilot.chat.codeGeneration.instructions": [ { - "path": "${workspaceFolder}/.github/copilot-instructions.md", - "enabled": true + "file": "${workspaceFolder}/.github/copilot-instructions.md", + } + ], + "github.copilot.chat.pullRequestDescriptionGeneration.instructions": [ + { + "file": "${workspaceFolder}/.github/copilot-instructions.md", } ], "cSpell.words": [ "influxctl" - ], + ] } \ No newline at end of file