Changed json.schemas.url for devcontainers (#135281)

This commit is contained in:
Master-Guy
2025-01-13 21:46:32 +01:00
committed by GitHub
parent b897e6a85f
commit 09e2168f72
2 changed files with 3 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
"json.schemas": [
{
"fileMatch": ["homeassistant/components/*/manifest.json"],
"url": "./script/json_schemas/manifest_schema.json"
"url": "${containerWorkspaceFolder}/script/json_schemas/manifest_schema.json"
}
]
}