microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
23be43f9eb4e5c4524397014accacc4b303fec29

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.vscode/settings.json

87lines · modepreview

{
  "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"
    }
  ],
  "chat.instructionsFilesLocations": {
    ".github/instructions/ado": true,
    ".github/instructions/coding-standards": true,
    ".github/instructions/design-thinking": 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/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/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/coding-standards": true,
    ".github/skills/experimental": true,
    ".github/skills/github": true,
    ".github/skills/gitlab": true,
    ".github/skills/jira": true,
    ".github/skills/security": true,
    ".github/skills/shared": true
  },
  "github.copilot.chat.commitMessageGeneration.instructions": [
    {
      "file": ".github/instructions/hve-core/commit-message.instructions.md"
    }
  ],
}