You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked workbench.action.tasks.runTask|cargo build? For this to work you need to define a build task with that name.
... thinking about - you may already have a default build task that you otherwise trigger by [CTRL]+[SHIFT]+[B], that can be executed with workbench.action.tasks.build.
Haven't checked but you may also be able to use commands.runInTerminal|cargo build (but you really would like a build task that you can add a problemMatcher to).
Hi,
how to use the button command? for example in my Rust project I tried:
"code-runner.customCommand": "cargo build"
or just
cargo build
it works in terminal but in the extension I get
Execution of 'userButton01' command has failed: command '
The text was updated successfully, but these errors were encountered: