Dynamic commands

This commit is contained in:
2025-09-07 02:18:11 +02:00
parent 7479320aab
commit 11a7724c58
7 changed files with 1039 additions and 365 deletions

View File

@@ -54,12 +54,20 @@
"command": "ashes.showCommandReference",
"title": "Show ASHES Command Reference",
"category": "ASHES"
},
{
"command": "ashes.refreshCommands",
"title": "Refresh ASHES Commands",
"category": "ASHES"
}
],
"menus": {
"commandPalette": [
{
"command": "ashes.showCommandReference"
},
{
"command": "ashes.refreshCommands"
}
]
}