Skip to content

Commit 31834d3

Browse files
authored
Merge pull request #41 from squaredup/work/ah/intellisense
2 parents 236204c + 71f5cec commit 31834d3

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"json.schemas": [
3+
{
4+
"fileMatch": ["**/dataStreams/*.json"],
5+
"url": "https://schemas.squaredup.com/schemas/latest/datastream.schema.json"
6+
},
7+
{
8+
"fileMatch": ["**/metadata.json"],
9+
"url": "https://schemas.squaredup.com/schemas/latest/metadata.schema.json"
10+
},
11+
{
12+
"fileMatch": ["**/configValidation.json"],
13+
"url": "https://schemas.squaredup.com/schemas/latest/configValidation.schema.json"
14+
},
15+
{
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"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)