microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7a194d724400603c5c58136dca4280a380f50aaa

Branches

Tags

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

Clone

HTTPS

Download ZIP

.vscode/settings.json

68lines · modepreview

{
  "editor.formatOnSave": 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"
    ]
  },
  "chat.instructionsFilesLocations": {
    ".github/instructions/ado": true,
    ".github/instructions/coding-standards": true,
    ".github/instructions/design-thinking": true,
    ".github/instructions/github": true,
    ".github/instructions/jira": true,
    ".github/instructions/hve-core": true,
    ".github/instructions/shared": true,
    ".github/instructions/experimental": true
  },
  "chat.agentFilesLocations": {
    ".github/agents/ado": true,
    ".github/agents/data-science": true,
    ".github/agents/design-thinking": true,
    ".github/agents/github": true,
    ".github/agents/jira": true,
    ".github/agents/project-planning": true,
    ".github/agents/hve-core": true,
    ".github/agents/hve-core/subagents": true,
    ".github/agents/security": true,
    ".github/agents/security/subagents": true,
    ".github/agents/experimental": true,
    ".github/agents/experimental/subagents": true
  },
  "chat.promptFilesLocations": {
    ".github/prompts/ado": true,
    ".github/prompts/design-thinking": true,
    ".github/prompts/github": true,
    ".github/prompts/jira": true,
    ".github/prompts/hve-core": true,
    ".github/prompts/security": true,
    ".github/prompts/experimental": true,
  },
  "chat.agentSkillsLocations": {
    ".github/skills": true,
    ".github/skills/shared": true,
    ".github/skills/experimental": true,
    ".github/skills/security": true,
    ".github/skills/jira": true,
    ".github/skills/gitlab": true
  },
  "github.copilot.chat.commitMessageGeneration.instructions": [
    {
      "file": ".github/instructions/hve-core/commit-message.instructions.md"
    }
  ],
}