Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit fa23bad

Browse files
HUMORCELucasOe
authored andcommitted
(chore): Update json.schemas.fileMatch (#9)
Related: ScoopInstaller/Scoop#5119
1 parent 3dda53c commit fa23bad

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"json.schemas": [
1111
{
1212
"url": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
13-
"fileMatch": ["bucket/*.json"]
13+
"fileMatch": ["bucket/**/*.json"]
1414
}
1515
],
1616
"files.exclude": {
@@ -20,8 +20,5 @@
2020
"**/CVS": true,
2121
"**/.DS_Store": true,
2222
"**/tmp": true
23-
},
24-
"[json]": {
25-
"editor.formatOnSave": false
2623
}
2724
}

0 commit comments

Comments
 (0)