Corrected default VSCode build task.
This commit is contained in:
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@@ -10,8 +10,9 @@
|
|||||||
* so we can invoke it from the debug launcher.
|
* so we can invoke it from the debug launcher.
|
||||||
*/
|
*/
|
||||||
"label": "cargo build",
|
"label": "cargo build",
|
||||||
"type": "cargo",
|
"type": "process",
|
||||||
"subcommand": "build",
|
"command": "cargo",
|
||||||
|
"args": ["build"],
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$rustc"
|
"$rustc"
|
||||||
],
|
],
|
||||||
@@ -57,4 +58,4 @@
|
|||||||
"group": "build"
|
"group": "build"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user