schema settings

This commit is contained in:
2026-05-22 16:31:49 +10:00
parent 521b3cb09e
commit cec8b76f61
3 changed files with 222 additions and 0 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"json.schemas": [
{
"fileMatch": [
"/config/runtime-host.json",
"/config/runtime-host.*.json"
],
"url": "./config/runtime-host.schema.json"
}
]
}