Support tree; Do not enforce LBA source for Overlays

This commit is contained in:
Jaby
2024-01-03 17:45:57 -06:00
parent 0e16ae4a45
commit da6e8e467b
5 changed files with 23 additions and 7 deletions

View File

@@ -83,7 +83,7 @@
{
"id": "cargo cmd",
"type":"pickString",
"options": ["build", "check", "update", "clean", "run"],
"options": ["build", "check", "update", "clean", "run", "tree"],
"default": "build",
"description": "cargo command to run"
},