Skip to content

Commit 54730c9

Browse files
Update from template: E40xx-fixSchemaLinkForVsCode
1 parent 68630ad commit 54730c9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.vscode/settings.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
"eslint.enable": true,
33
"json.schemas": [
44
{
5-
"fileMatch": ["io-package.json"],
5+
"fileMatch": [
6+
"io-package.json"
7+
],
68
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
79
},
810
{
9-
"fileMatch": ["admin/jsonConfig.json", "admin/jsonCustom.json", "admin/jsonTab.json"],
11+
"fileMatch": [
12+
"admin/jsonConfig.json",
13+
"admin/jsonCustom.json",
14+
"admin/jsonTab.json",
15+
"admin/jsonConfig.json5",
16+
"admin/jsonCustom.json5",
17+
"admin/jsonTab.json5"
18+
],
1019
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
1120
}
1221
],

0 commit comments

Comments
 (0)