diff --git a/.vscode/settings.json b/.vscode/settings.json index a72a9aa0..03d0f0f6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } }