Skip to content

Commit 415ba48

Browse files
committed
chore: update schema
1 parent 9c0ca6a commit 415ba48

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.vscode/settings.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
2-
"[typescript][javascript][json]": {
2+
"json.schemas": [
3+
{
4+
"fileMatch": [
5+
"/assets/resource/**/*.json",
6+
"/install/resource/**/*.json"
7+
],
8+
"url": "/deps/tools/pipeline.schema.json"
9+
}
10+
],
11+
"[json]": {
312
"editor.formatOnSave": true,
4-
"editor.defaultFormatter": "esbenp.prettier-vscode",
513
"editor.insertSpaces": true,
614
"editor.tabSize": 4,
715
"editor.indentSize": "tabSize"
816
},
917
"[python]": {
1018
"editor.defaultFormatter": "ms-python.black-formatter"
11-
},
12-
"python.formatting.provider": "none"
19+
}
1320
}

0 commit comments

Comments
 (0)