Files
hunfabric/.vscode/settings.json

31 lines
745 B
JSON

{
"json.schemas": [
{
"fileMatch": [
"*.schema.json"
],
"url": "http://json-schema.org/draft-07/schema#"
}
],
"yaml.schemas": {
"modules/project-factory/schemas/budget.schema.json": [
"budgets/**/*yaml"
],
"modules/project-factory/schemas/folder.schema.json": [
"folders/**/*yaml"
],
"modules/project-factory/schemas/project.schema.json": [
"projects/**/*yaml"
],
"modules/vpc-sc/schemas/access-level.schema.json": [
"access-levels/**/*yaml"
],
"modules/vpc-sc/schemas/egress-policy.schema.json": [
"egress-policies/**/*yaml"
],
"modules/vpc-sc/schemas/ingress-policy.schema.json": [
"ingress-policies/**/*yaml"
],
}
}