Files
busylight-streamdeck-plugin/busylight/.vscode/settings.json
T

17 lines
315 B
JSON
Raw Normal View History

2026-03-26 10:04:12 +01:00
{
/* 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"
}
]
}