Add update feature to cargo for easier rebuild
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
{
|
||||
"id": "cargo cmd",
|
||||
"type":"pickString",
|
||||
"options": ["build", "check", "clean", "run"],
|
||||
"options": ["build", "check", "update", "clean", "run"],
|
||||
"default": "build",
|
||||
"description": "cargo command to run"
|
||||
},
|
||||
|
Reference in New Issue
Block a user