Skip to content

Commit ffc3697

Browse files
committed
Added JSON schema
1 parent 8a1e52a commit ffc3697

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/settings.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
},
88
"search.followSymlinks": false,
99
"stylelint.validate": ["css", "scss"],
10-
"typescript.tsdk": "node_modules/typescript/lib"
10+
"typescript.tsdk": "node_modules/typescript/lib",
11+
"yaml.schemas": {
12+
"docs/schema.json": "mkdocs.yml"
13+
},
14+
"yaml.customTags": [
15+
"!ENV scalar",
16+
"!ENV sequence"
17+
]
1118
}

0 commit comments

Comments
 (0)