Skip to content

Commit bb9b614

Browse files
authored
Merge pull request #392 from ioBroker-Bot/update-from-template-E40xx-fixSchemaLinkForVsCode-1766272756
[iobroker-bot] Fix Schema Links for VSCode
2 parents c4f623b + 95fc2f8 commit bb9b614

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.vscode/settings.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,24 @@
77
"editor.codeActionsOnSave": {
88
"source.organizeImports": "explicit"
99
}
10-
}
10+
},
11+
"json.schemas": [
12+
{
13+
"fileMatch": [
14+
"io-package.json"
15+
],
16+
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
17+
},
18+
{
19+
"fileMatch": [
20+
"admin/jsonConfig.json",
21+
"admin/jsonCustom.json",
22+
"admin/jsonTab.json",
23+
"admin/jsonConfig.json5",
24+
"admin/jsonCustom.json5",
25+
"admin/jsonTab.json5"
26+
],
27+
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
28+
}
29+
]
1130
}

0 commit comments

Comments
 (0)