Skip to content

Commit 0e825c5

Browse files
authored
Merge pull request #96 from ioBroker-Bot/update-from-template-E40xx-fixSchemaLinkForVsCode-1766271168
[iobroker-bot] Fix Schema Links for VSCode
2 parents e5d55b6 + b25bb2d commit 0e825c5

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

.vscode/settings.json

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
2-
"eslint.enable": true,
3-
"json.schemas": [
4-
{
5-
"fileMatch": [
6-
"io-package.json"
7-
],
8-
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
9-
}
10-
]
11-
}
2+
"eslint.enable": true,
3+
"json.schemas": [
4+
{
5+
"fileMatch": [
6+
"io-package.json"
7+
],
8+
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
9+
},
10+
{
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+
],
19+
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)