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

Fix launch config intellisense #72

Closed bugadani closed 6 months ago

bugadani commented 6 months ago

It looks like the extension's contributes contents aren't validated. An object's fields should be listed under properties. Array items don't default to object type, so I've fixed them, too.

Not sure if this is a regression, but the extension UX should now be a lot better around editing launch.json. Hopefully I didn't miss any places :)