microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/improve-installation-language

Branches

Tags

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

Clone

HTTPS

Download ZIP

.vscode/settings.json

28lines · modecode

1{
2 "editor.formatOnSave": true,
3 "editor.defaultFormatter": "yzhang.markdown-all-in-one",
4 "[markdown]": {
5 "editor.defaultFormatter": "davidanson.vscode-markdownlint"
6 },
7 "markdown.mermaid.theme": "default",
8 "chat.instructionsFilesLocations": {
9 ".github/instructions/**/*.instructions.md": true,
10 ".github/prompts/**/*.prompt.md": true
11 },
12 "chat.modeFilesLocations": {
13 ".github/chatmodes": true
14 },
15 "yaml.schemas": {
16 "./scripts/linting/schemas/root-community-frontmatter.schema.json": [
17 "README.md",
18 "CONTRIBUTING.md",
19 "CODE_OF_CONDUCT.md",
20 "SECURITY.md",
21 "SUPPORT.md",
22 "ANNOUNCEMENT.md"
23 ],
24 "./scripts/linting/schemas/docs-frontmatter.schema.json": [
25 "docs/**/*.md"
26 ]
27 }
28}