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

Bump version to test OpenVSX deploy #101

Closed noppej closed 2 weeks ago

noppej commented 2 weeks ago

0.24.2

noppej commented 2 weeks ago

@bugadani Can you please check/approve so that I can validate the deploy to Open VSX marketplace?

This is a continuation of the work @Murmele started in #99.

The workflow still uses a PAT (personal access token) that is stored as a secret in the repo, and the obvious TODO (for future work) is to figure out how to do this so that PR's not authored by me can also deploy.

Murmele commented 2 weeks ago

Thanks for merging!