Support run cmd now
This commit is contained in:
@@ -36,13 +36,13 @@
|
||||
{
|
||||
"id": "project",
|
||||
"type": "pickString",
|
||||
"options": ["cdtypes", "psxcdgen", "psxcdread"],
|
||||
"options": ["cdtypes", "cpp_out", "psxcdgen", "psxcdread"],
|
||||
"description": "project to build"
|
||||
},
|
||||
{
|
||||
"id": "cargo cmd",
|
||||
"type":"pickString",
|
||||
"options": ["build", "check", "clean"],
|
||||
"options": ["build", "run", "check", "clean"],
|
||||
"default": "build",
|
||||
"description": "cargo command to run"
|
||||
}
|
||||
|
Reference in New Issue
Block a user