Files
streamdeck.octocontroll/.vscode/settings.json
Carsten Graf d5353b3c2b First Commit
2026-03-05 14:52:36 +01:00

17 lines
299 B
JSON

{
/* JSON schemas */
"json.schemas": [
{
"fileMatch": [
"**/manifest.json"
],
"url": "https://schemas.elgato.com/streamdeck/plugins/manifest.json"
},
{
"fileMatch": [
"**/layouts/*.json"
],
"url": "https://schemas.elgato.com/streamdeck/plugins/layout.json"
}
]
}