Closed o-l-a-v closed 3 months ago
Describe the bug
Global settings schema:
Makes VSCode complain and say "Property $schema is not allowed".
$schema
Seems other projects have face the same, and fixed it by adding $schema as a valid property to the schema.
To Reproduce
Create global settings .jsonc file with "$schema": "https://raw.githubusercontent.com/Azure/enterprise-azure-policy-as-code/main/Schemas/global-settings-schema.json".
"$schema": "https://raw.githubusercontent.com/Azure/enterprise-azure-policy-as-code/main/Schemas/global-settings-schema.json"
Expected behavior
VSCode should not complain about this property.
Screenshots
EPAC Version
Not relevant.
Describe the bug
Global settings schema:
Makes VSCode complain and say "Property
$schema
is not allowed".Seems other projects have face the same, and fixed it by adding
$schema
as a valid property to the schema.To Reproduce
Create global settings .jsonc file with
"$schema": "https://raw.githubusercontent.com/Azure/enterprise-azure-policy-as-code/main/Schemas/global-settings-schema.json"
.Expected behavior
VSCode should not complain about this property.
Screenshots
EPAC Version
Not relevant.