Skip to content

Commit 4200cd2

Browse files
committed
chore(vscode): Allow subdir JSON Schema validation
1 parent 73af8ea commit 4200cd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
{
1212
"url": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/develop/schema.json",
1313
"fileMatch": [
14-
"bucket/*.json"
14+
"/bucket/**/*.json"
1515
]
1616
}
1717
],
18+
"files.insertFinalNewline": true,
1819
"files.exclude": {
1920
"**/.git": true,
2021
"**/.svn": true,

0 commit comments

Comments
 (0)