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 5 forks source link

Add DebugConfigurationProvider for configuration defaults #84

Closed noppej closed 5 months ago

noppej commented 5 months ago

This fixes an issue where updating the cwd configuration in extension.ts file is not propagated to the probe-rs dap-server.

noppej commented 5 months ago

@bugadani This should fix this issue ... I'd appreciate if you can confirm when you have a free moment.