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

Initial release fixes as V0.2.1 #2

Closed noppej closed 3 years ago

noppej commented 3 years ago

Some fixes to keep it in synch with the probe-rs/debugger PR and also to reduce the package size.

In order for the included .vsix to work, it will require the latest updates to this PR

Tiwalun commented 3 years ago

Do you think we could use the Github releases to store the binary? Like in rust-analyzer for example. I would prefer this to storing a binary file in the repository.

The other changes all look good to me.

noppej commented 3 years ago

@Tiwalun ... great idea. I will make those changes first thing tomorrow and then merge.

Do you think we could use the Github releases to store the binary? Like in rust-analyzer for example. I would prefer this to storing a binary file in the repository.

The other changes all look good to me.

noppej commented 3 years ago

@Tiwalun ... I've made the final changes. Once this branch is in master, I will create a 'release' and publish the updated .vsix file.

Do you think we could use the Github releases to store the binary? Like in rust-analyzer for example. I would prefer this to storing a binary file in the repository.

The other changes all look good to me.