Skip to content

Commit 7775d05

Browse files
Add additional fiel schemas
1 parent da1f651 commit 7775d05

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"fileMatch": ["**/defaultContent/*dash.json"],
1717
"url": "https://schemas.squaredup.com/schemas/latest/defaultContent.schema.json"
1818
},
19+
{
20+
"fileMatch": ["**/defaultContent/**/manifest.json"],
21+
"url": "https://schemas.squaredup.com/schemas/latest/manifest.schema.json"
22+
},
23+
{
24+
"fileMatch": ["**/defaultContent/scopes.json"],
25+
"url": "https://schemas.squaredup.com/schemas/latest/scopes.schema.json"
26+
},
1927
{
2028
"fileMatch": ["**/ui.json"],
2129
"url": "https://schemas.squaredup.com/schemas/latest/ui.schema.json"

0 commit comments

Comments
 (0)