rp-rs / rp2040-project-template

A basic rp2040-hal project with blinky and rtt logging example code. With this you can quickly get started on a new rp2040 project
480 stars 98 forks source link

Vscode improvements #85

Closed 9names closed 1 week ago

9names commented 1 week ago

Updated the docs link for probe-rs debugger (the probe-rs folks move the page). Cleared out a few settings that aren't used by newer versions of probe-rs debugger.

Also set haltAfterReset to false - it's confusing for new folks when you hit run but the board doesn't do anything. This would be okay if it ran to main and then halted (or opened main.rs), but as it's currently implemented it just looks like the debugger has hung. I think it's a better default to have the setting disabled, but still present in the file in case they want to change it.