Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 457 Bytes

20221208_update_io-packages_json_schema_ref.md

File metadata and controls

15 lines (12 loc) · 457 Bytes

Update io-packages.json JSON schema reference

For JSON schema support in Visual Studio Code, the following file needs to be updated:

.vscode/settings.json

    "json.schemas": [
        {
            "fileMatch": ["io-package.json"],
-           "url": "https://json.schemastore.org/io-package"
+           "url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
        },
        {