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

Add support for github workflows, CI, etc. #3

Closed noppej closed 3 years ago

noppej commented 3 years ago

@Yatekii ... I'd like to take you up on your offer to add the .github configurations for this workflow.

Yatekii commented 3 years ago

Sure, will do :)

I already looked into available actions. One that would be cool is this one: https://github.com/marketplace/actions/github-action-for-vsce It does automatically release the extension when we tag a commit. I also want this for probe-rs itself. As for actual CI build I have to do this manually I think :)

noppej commented 3 years ago

Nice ... and thank you! Auto publishing of the extension is a good thing, as I've found the extension dependencies have frequent changes, and VSCode itself has monthly new features. I'd like to get past the Alpha before we do the first publish to Microsoft Extension Marketplace.

noppej commented 3 years ago

@Yatekii ... thanks for implementing this.