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",
|
"label": "cargo clean",
|
||||||
"type": "cargo",
|
"type": "process",
|
||||||
"subcommand": "clean",
|
"command": "cargo",
|
||||||
|
"args": ["clean"],
|
||||||
|
"problemMatcher": [],
|
||||||
"group": "build"
|
"group": "build"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user