Upon executing a task (cargo build in this case), the following appears in the VSCode terminal:
> Executing task: cargo build < (output of the task he
There is a new presentation option called showReuseMessage. Add the following to your task definition.
showReuseMessage
"presentation": { "showReuseMessage": false }