Skip to content

Commit 96fce3d

Browse files
authored
Merge pull request #153 from ioBroker-Bot/update-from-template-E40xx-fixSchemaLinkForVsCode-1766296275
[iobroker-bot] Fix Schema Links for VSCode
2 parents d9e248c + ca003f9 commit 96fce3d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.vscode/settings.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"eslint.enable": true,
44
"editor.insertSpaces": true,
55
"editor.tabSize": 2,
6-
76
"json.schemas": [
87
{
98
"fileMatch": [
@@ -15,14 +14,16 @@
1514
"fileMatch": [
1615
"admin/jsonConfig.json",
1716
"admin/jsonCustom.json",
18-
"admin/jsonTab.json"
17+
"admin/jsonTab.json",
18+
"admin/jsonConfig.json5",
19+
"admin/jsonCustom.json5",
20+
"admin/jsonTab.json5"
1921
],
2022
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
2123
}
2224
],
23-
2425
"cSpell.words": [
2526
"kenn",
2627
"msts"
27-
],
28-
}
28+
]
29+
}

0 commit comments

Comments
 (0)