Skip to content

Commit da3df78

Browse files
committed
Corrected default VSCode build task.
1 parent cda24a6 commit da3df78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
* so we can invoke it from the debug launcher.
1111
*/
1212
"label": "cargo build",
13-
"type": "cargo",
13+
"type": "process",
14+
"command": "cargo",
1415
"subcommand": "build",
1516
"problemMatcher": [
1617
"$rustc"
@@ -57,4 +58,4 @@
5758
"group": "build"
5859
},
5960
]
60-
}
61+
}

0 commit comments

Comments
 (0)