Corrected default VSCode clean task.
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -53,8 +53,10 @@
|
||||
},
|
||||
{
|
||||
"label": "cargo clean",
|
||||
"type": "cargo",
|
||||
"subcommand": "clean",
|
||||
"type": "process",
|
||||
"command": "cargo",
|
||||
"args": ["clean"],
|
||||
"problemMatcher": [],
|
||||
"group": "build"
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user