rust-lang/vscode-rust

Tasks cant build in release

Opened this issue · 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"

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",