vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

Tasks cant build in release

Open GideonUng opened this issue 5 years ago • 1 comments

The integrated tasks seem very limited at the moment subcommand build only ever builds in debug configuration and more advanced commands arent possible either like run "--package foo --bin bar"

GideonUng avatar Nov 16 '19 19:11 GideonUng

Any progress on this? Is it possible to use args like --release with subcommand build? I still get some "The cargo task detection didn't contribute a task for the following configuration:"

"subcommand": "build --release",

esride-jts avatar Jan 04 '21 07:01 esride-jts