Skip to content

Commit c10f527

Browse files
committed
fix: Add schema for io-package.json to VSCode configuration
1 parent 9c239c8 commit c10f527

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"admin/jsonTab.json5"
1313
],
1414
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json"
15-
}
15+
},
16+
{
17+
"fileMatch": [
18+
"io-package.json"
19+
],
20+
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
21+
}
1622
]
1723
}

0 commit comments

Comments
 (0)