Skip to content

Commit

Permalink
Setting default schema (#653)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Petrochuk (from Dev Box) <[email protected]>
  • Loading branch information
petrochuk and anpetroc authored May 16, 2024
1 parent 8637a76 commit 7faaadc
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
"yaml.schemaStore.enable": true,
"yaml.validate": true,
"yaml.schemas": {
"http://json-schema.org/draft-07/schema#": "*.schema.yaml",
"src/schemas/pa-yaml/v3.0/pa.schema.yaml": [
//"*.pa.yaml",
"src/schemas-tests/pa-yaml/v3.0/**/*.pa.yaml"
],
"https://raw.githubusercontent.com/microsoft/PowerApps-Tooling/master/schemas/pa-yaml/v3.0/pa.schema.yaml": [
"src/schemas-tests/**/*.pa.yaml"
],
"https://raw.githubusercontent.com/microsoft/PowerApps-Tooling/master/docs/pa.yaml-schema.json": "src/Persistence.Tests/**/*.pa.yaml"
// This schema registration is the 'default' for any *.pa.yaml files
"https://raw.githubusercontent.com/microsoft/PowerApps-Tooling/master/docs/pa.yaml-schema.json": "*.pa.yaml",
// *.schema.yaml files should use JSON schema:
"http://json-schema.org/draft-07/schema#": "*.schema.yaml"
}
}

0 comments on commit 7faaadc

Please sign in to comment.