feat: add 'Go to App' command and enhance YAML app parsing
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user