microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
.vscode/settings.json
57lines · modecode
| 1 | { |
| 2 | "editor.formatOnSave": true, |
| 3 | "editor.defaultFormatter": "yzhang.markdown-all-in-one", |
| 4 | "[markdown]": { |
| 5 | "editor.defaultFormatter": "davidanson.vscode-markdownlint" |
| 6 | }, |
| 7 | "search.followSymlinks": false, |
| 8 | "markdown.mermaid.theme": "default", |
| 9 | "yaml.schemas": { |
| 10 | "./scripts/linting/schemas/root-community-frontmatter.schema.json": [ |
| 11 | "README.md", |
| 12 | "CONTRIBUTING.md", |
| 13 | "CODE_OF_CONDUCT.md", |
| 14 | "SECURITY.md", |
| 15 | "SUPPORT.md", |
| 16 | "ANNOUNCEMENT.md" |
| 17 | ], |
| 18 | "./scripts/linting/schemas/docs-frontmatter.schema.json": [ |
| 19 | "docs/**/*.md" |
| 20 | ] |
| 21 | }, |
| 22 | "chat.instructionsFilesLocations": { |
| 23 | ".github/instructions/ado": true, |
| 24 | ".github/instructions/coding-standards": true, |
| 25 | ".github/instructions/design-thinking": true, |
| 26 | ".github/instructions/github": true, |
| 27 | ".github/instructions/hve-core": true, |
| 28 | ".github/instructions/shared": true, |
| 29 | }, |
| 30 | "chat.agentFilesLocations": { |
| 31 | ".github/agents/ado": true, |
| 32 | ".github/agents/data-science": true, |
| 33 | ".github/agents/design-thinking": true, |
| 34 | ".github/agents/github": true, |
| 35 | ".github/agents/installer": true, |
| 36 | ".github/agents/project-planning": true, |
| 37 | ".github/agents/hve-core": true, |
| 38 | ".github/agents/hve-core/subagents": true, |
| 39 | ".github/agents/security-planning": true, |
| 40 | }, |
| 41 | "chat.promptFilesLocations": { |
| 42 | ".github/prompts/ado": true, |
| 43 | ".github/prompts/design-thinking": true, |
| 44 | ".github/prompts/github": true, |
| 45 | ".github/prompts/hve-core": true, |
| 46 | ".github/prompts/security-planning": true, |
| 47 | }, |
| 48 | "chat.agentSkillsLocations": { |
| 49 | ".github/skills": true, |
| 50 | ".github/skills/shared": true |
| 51 | }, |
| 52 | "github.copilot.chat.commitMessageGeneration.instructions": [ |
| 53 | { |
| 54 | "file": ".github/instructions/hve-core/commit-message.instructions.md" |
| 55 | } |
| 56 | ], |
| 57 | } |