We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9e248c + ca003f9 commit 96fce3dCopy full SHA for 96fce3d
1 file changed
.vscode/settings.json
@@ -3,7 +3,6 @@
3
"eslint.enable": true,
4
"editor.insertSpaces": true,
5
"editor.tabSize": 2,
6
-
7
"json.schemas": [
8
{
9
"fileMatch": [
@@ -15,14 +14,16 @@
15
14
16
"admin/jsonConfig.json",
17
"admin/jsonCustom.json",
18
- "admin/jsonTab.json"
+ "admin/jsonTab.json",
+ "admin/jsonConfig.json5",
19
+ "admin/jsonCustom.json5",
20
+ "admin/jsonTab.json5"
21
],
22
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
23
}
24
25
"cSpell.words": [
26
"kenn",
27
"msts"
- ],
28
-}
+ ]
29
+}
0 commit comments