{ "editor.formatOnSave": true, "files.insertFinalNewline": true, "editor.defaultFormatter": "yzhang.markdown-all-in-one", "[markdown]": { "editor.defaultFormatter": "davidanson.vscode-markdownlint" }, "search.followSymlinks": false, "markdown.mermaid.theme": "default", "yaml.schemas": { "./scripts/linting/schemas/root-community-frontmatter.schema.json": [ "README.md", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md", "SECURITY.md", "SUPPORT.md", "ANNOUNCEMENT.md" ], "./scripts/linting/schemas/docs-frontmatter.schema.json": [ "docs/**/*.md" ], "./scripts/linting/schemas/adr-config.schema.json": [ "**/.adr-config.yml", "**/.adr-config.yaml" ] }, "json.schemas": [ { "fileMatch": [".copilot-tracking/rai-plans/*/state.json"], "url": "./scripts/linting/schemas/rai-state.schema.json" }, { "fileMatch": [".copilot-tracking/accessibility/*/state.json"], "url": "./scripts/linting/schemas/accessibility-state.schema.json" } ], "chat.instructionsFilesLocations": { ".github/instructions/accessibility": true, ".github/instructions/ado": true, ".github/instructions/coding-standards": true, ".github/instructions/experimental": true, ".github/instructions/github": true, ".github/instructions/hve-core": true, ".github/instructions/jira": true, ".github/instructions/rai-planning": true, ".github/instructions/security": true, ".github/instructions/shared": true }, "chat.agentFilesLocations": { ".github/agents/accessibility": true, ".github/agents/accessibility/subagents": true, ".github/agents/ado": true, ".github/agents/coding-standards": true, ".github/agents/data-science": true, ".github/agents/design-thinking": true, ".github/agents/experimental": true, ".github/agents/experimental/subagents": true, ".github/agents/github": true, ".github/agents/hve-core": true, ".github/agents/hve-core/subagents": true, ".github/agents/jira": true, ".github/agents/project-planning": true, ".github/agents/project-planning/subagents": true, ".github/agents/rai-planning": true, ".github/agents/security": true, ".github/agents/security/subagents": true }, "chat.promptFilesLocations": { ".github/prompts/ado": true, ".github/prompts/coding-standards": true, ".github/prompts/design-thinking": true, ".github/prompts/experimental": true, ".github/prompts/github": true, ".github/prompts/hve-core": true, ".github/prompts/jira": true, ".github/prompts/rai-planning": true, ".github/prompts/security": true }, "chat.agentSkillsLocations": { ".github/skills": true, ".github/skills/accessibility": true, ".github/skills/coding-standards": true, ".github/skills/design-thinking": true, ".github/skills/experimental": true, ".github/skills/github": true, ".github/skills/gitlab": true, ".github/skills/jira": true, ".github/skills/project-planning": true, ".github/skills/rai": true, ".github/skills/security": true, ".github/skills/shared": true }, "github.copilot.chat.commitMessageGeneration.instructions": [ { "file": ".github/instructions/hve-core/commit-message.instructions.md" } ], }