{ "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.instructions": [ { "file": "${workspaceFolder}/.github/copilot-instructions.md", } ], "github.copilot.chat.pullRequestDescriptionGeneration.instructions": [ { "file": "${workspaceFolder}/.github/copilot-instructions.md", } ], "cSpell.words": [ "influxctl" ] }