feat: add 'Go to App' command and enhance YAML app parsing

This commit is contained in:
2026-04-17 19:21:17 +02:00
parent da282058d8
commit abdc962500
3 changed files with 133 additions and 12 deletions

View File

@@ -51,6 +51,11 @@
}
},
"commands": [
{
"command": "appdaemon.goToApp",
"title": "AppDaemon: Go to App",
"icon": "$(symbol-class)"
},
{
"command": "appdaemon.restartCurrentFileApps",
"title": "AppDaemon: Restart Apps in Current File",
@@ -85,6 +90,13 @@
"command": "appdaemon.clearErrors",
"title": "AppDaemon: Clear Error Diagnostics"
}
],
"keybindings": [
{
"command": "appdaemon.goToApp",
"key": "ctrl+shift+a",
"mac": "cmd+shift+a"
}
]
},
"scripts": {