Skip to content

Commit 0816350

Browse files
committed
chore(copilot): update to latest settings in https://code.visualstudio.com/docs/copilot/reference/copilot-settings
1 parent 9ee16d3 commit 0816350

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

.vscode/settings.json

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commentAnchors.tags.anchors":
3-
{ "SOURCE": {
4-
"scope": "file",
5-
"behavior": "link",
6-
"iconColor": "#FF0000",
7-
"highlightColor": "#FF0000",
8-
"style": "bold"
9-
}},
2+
"commentAnchors.tags.anchors":
3+
{ "SOURCE": {
4+
"scope": "file",
5+
"behavior": "link",
6+
"iconColor": "#FF0000",
7+
"highlightColor": "#FF0000",
8+
"style": "bold"
9+
}},
1010
"commentAnchors.workspace.matchFiles": "**/*.{md,ini,json,yaml,yml}",
1111
"commentAnchors.workspace.enabled": true,
1212
"yaml.schemas": {
@@ -15,13 +15,17 @@
1515
"vale.valeCLI.config": "${workspaceFolder}/.vale.ini",
1616
"vale.valeCLI.minAlertLevel": "warning",
1717
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
18-
"github.copilot.chat.codeGeneration.instructionFiles": [
18+
"github.copilot.chat.codeGeneration.instructions": [
1919
{
20-
"path": "${workspaceFolder}/.github/copilot-instructions.md",
21-
"enabled": true
20+
"file": "${workspaceFolder}/.github/copilot-instructions.md",
21+
}
22+
],
23+
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
24+
{
25+
"file": "${workspaceFolder}/.github/copilot-instructions.md",
2226
}
2327
],
2428
"cSpell.words": [
2529
"influxctl"
26-
],
30+
]
2731
}

0 commit comments

Comments
 (0)