From 5af95cb4d464bec8bbcb8526448feda8d168c4f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Dec 2025 20:41:41 +0000 Subject: [PATCH] Update from template: E40xx-fixSchemaLinkForVsCode --- .vscode/settings.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 088bdc8..c4a197e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,22 @@ { - "eslint.enable": true -} \ No newline at end of file + "eslint.enable": true, + "json.schemas": [ + { + "fileMatch": [ + "io-package.json" + ], + "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json" + }, + { + "fileMatch": [ + "admin/jsonConfig.json", + "admin/jsonCustom.json", + "admin/jsonTab.json", + "admin/jsonConfig.json5", + "admin/jsonCustom.json5", + "admin/jsonTab.json5" + ], + "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.admin/master/packages/jsonConfig/schemas/jsonConfig.json" + } + ] +}