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.
|
||||
*/
|
||||
"label": "cargo build",
|
||||
"type": "cargo",
|
||||
"subcommand": "build",
|
||||
"type": "process",
|
||||
"command": "cargo",
|
||||
"args": ["build"],
|
||||
"problemMatcher": [
|
||||
"$rustc"
|
||||
],
|
||||
@@ -57,4 +58,4 @@
|
||||
"group": "build"
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user