chore(copilot): update to latest settings in https://code.visualstudio.com/docs/copilot/reference/copilot-settings
parent
9ee16d3cba
commit
0816350295
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"commentAnchors.tags.anchors":
|
"commentAnchors.tags.anchors":
|
||||||
{ "SOURCE": {
|
{ "SOURCE": {
|
||||||
"scope": "file",
|
"scope": "file",
|
||||||
"behavior": "link",
|
"behavior": "link",
|
||||||
"iconColor": "#FF0000",
|
"iconColor": "#FF0000",
|
||||||
"highlightColor": "#FF0000",
|
"highlightColor": "#FF0000",
|
||||||
"style": "bold"
|
"style": "bold"
|
||||||
}},
|
}},
|
||||||
"commentAnchors.workspace.matchFiles": "**/*.{md,ini,json,yaml,yml}",
|
"commentAnchors.workspace.matchFiles": "**/*.{md,ini,json,yaml,yml}",
|
||||||
"commentAnchors.workspace.enabled": true,
|
"commentAnchors.workspace.enabled": true,
|
||||||
"yaml.schemas": {
|
"yaml.schemas": {
|
||||||
|
@ -15,13 +15,17 @@
|
||||||
"vale.valeCLI.config": "${workspaceFolder}/.vale.ini",
|
"vale.valeCLI.config": "${workspaceFolder}/.vale.ini",
|
||||||
"vale.valeCLI.minAlertLevel": "warning",
|
"vale.valeCLI.minAlertLevel": "warning",
|
||||||
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
|
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
|
||||||
"github.copilot.chat.codeGeneration.instructionFiles": [
|
"github.copilot.chat.codeGeneration.instructions": [
|
||||||
{
|
{
|
||||||
"path": "${workspaceFolder}/.github/copilot-instructions.md",
|
"file": "${workspaceFolder}/.github/copilot-instructions.md",
|
||||||
"enabled": true
|
}
|
||||||
|
],
|
||||||
|
"github.copilot.chat.pullRequestDescriptionGeneration.instructions": [
|
||||||
|
{
|
||||||
|
"file": "${workspaceFolder}/.github/copilot-instructions.md",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"influxctl"
|
"influxctl"
|
||||||
],
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue