We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1f651 commit 7775d05Copy full SHA for 7775d05
1 file changed
.vscode/settings.json
@@ -16,6 +16,14 @@
16
"fileMatch": ["**/defaultContent/*dash.json"],
17
"url": "https://schemas.squaredup.com/schemas/latest/defaultContent.schema.json"
18
},
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
27
{
28
"fileMatch": ["**/ui.json"],
29
"url": "https://schemas.squaredup.com/schemas/latest/ui.schema.json"
0 commit comments