probe-rs / vscode

VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basic command line debugging in addition to VSCode UI.
https://probe.rs/
Other
65 stars 6 forks source link

Fix RTT terminal creation #88

Closed hyx0329 closed 6 months ago

hyx0329 commented 6 months ago

Currently RTT terminals won't be created even when RTT is configured correctly. This patch fix the problem.

noppej commented 6 months ago

@hyx0329 We will release this fix as part of a the next update. In the interim, you can run the package script from inside your dev environment, which will produce a new .vsix of the extension. If you right-click on that, you can install the 'patched' version of the extension.