Skip to content

Commit dec990f

Browse files
authored
Merge pull request #168 from ioBroker-Bot/update-from-template-E40xx-fixSchemaLinkForVsCode-1766278249
[iobroker-bot] Fix Schema Links for VSCode
2 parents d12d2d8 + 2e29f4b commit dec990f

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed

.vscode/settings.json

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib",
3-
"eslint.enable": true,
4-
"editor.formatOnSave": true,
5-
"editor.defaultFormatter": "esbenp.prettier-vscode",
6-
"[typescript]": {
7-
"editor.codeActionsOnSave": { "source.organizeImports": "explicit" }
8-
},
9-
"json.schemas": [
10-
{
11-
"fileMatch": ["io-package.json"],
12-
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"eslint.enable": true,
4+
"editor.formatOnSave": true,
5+
"editor.defaultFormatter": "esbenp.prettier-vscode",
6+
"[typescript]": {
7+
"editor.codeActionsOnSave": {
8+
"source.organizeImports": "explicit"
9+
}
1310
},
14-
{
15-
"fileMatch": [
16-
"admin/jsonConfig.json",
17-
"admin/jsonCustom.json",
18-
"admin/jsonTab.json"
19-
],
20-
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
21-
}
22-
]
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+
]
2330
}

0 commit comments

Comments
 (0)