24 lines
801 B
JSON
24 lines
801 B
JSON
{
|
|
"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": {
|
|
"./.frontmatter-schema.json": "${workspaceFolder}/content/**/*.md"
|
|
},
|
|
"vale.valeCLI.config": "${workspaceFolder}/.vale.ini",
|
|
"vale.valeCLI.minAlertLevel": "warning",
|
|
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
|
|
"github.copilot.chat.codeGeneration.instructionFiles": [
|
|
{
|
|
"path": "${workspaceFolder}/.github/copilot-instructions.md",
|
|
"enabled": true
|
|
}
|
|
],
|
|
} |