From e16da6138d811ad51992b9da8df340b799c7e00c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Dec 2025 05:29:15 +0000 Subject: [PATCH] Update from template: E40xx-fixSchemaLinkForVsCode --- .vscode/settings.json | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9936d601..a8c90770 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,19 +1,24 @@ { - "eslint.enable": true, - "editor.formatOnSave": false, - "editor.defaultFormatter": "esbenp.prettier-vscode", - "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" - ], - "url": "https://raw.githubusercontent.com/ioBroker/adapter-react-v5/main/schemas/jsonConfig.json" - } - ] + "eslint.enable": true, + "editor.formatOnSave": false, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "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" + } + ] }