rust-embedded / cortex-m-quickstart

Template to develop bare metal applications for Cortex-M microcontrollers
782 stars 164 forks source link

Fixes #99: Disambiguates VSCode Tasks #100

Closed rubberduck203 closed 3 years ago

rubberduck203 commented 3 years ago

Using the equivalent command line as the task name caused some confusion. Users were under the impression that they could use any valid cargo command as a preLaunchTask in the launch configurations.

rust-highfive commented 3 years ago

r? @thalesfragoso

(rust_highfive has picked a reviewer for you, use r? to override)

adamgreig commented 3 years ago

Looks good, thanks for taking care of it!