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

Automatically install the probe-rs binaries on request #93

Closed Yatekii closed 2 months ago

bugadani commented 2 months ago

Okay one more thing from me, though that's a bit of a scope creep:

The plugin should read the binary's version, compare the major to the plugin's version and offer an update if the plugin is newer than the binary. While this algorithm isn't perfect (as it ignores patch updates), it would avoid incompatibility issues arising from a version mismatch.

Yatekii commented 2 months ago

This will come in a separate PR.

bugadani commented 2 months ago

Awesomesauce :)

noppej commented 2 months ago

@Yatekii This is going to be awesome for new users. Are you planning on updating the installation instructions also?

Yatekii commented 2 months ago

Hmm why is this not merging 🤔