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

Add extension to Open VSX Registry #68

Closed felpau closed 2 weeks ago

felpau commented 8 months ago

Love your work, and so it would be nice to have this extension available on Open VSX Registry so that people could access it easily through editors like VSCodium.

noppej commented 7 months ago

Thanks for your kind words. We are a small core team, with many other very smart contributors that make a great repo.

That said, we all do this in our spare time, so you will mostly see us build stuff that we need to use ourselves. For instance, I focus on debug capabilities and since I personally use VSCode, I invest a lot of time in this extension and the supporting capabilities in the probe-rs repo.

I don't currently have the cycles to test and release against VSCodium, and invite you to try a PR to confirm it works, and propose changes as necessary (to the extension, the probe-rs api, and/or the CI for publishing to another registry).

I will leave this enhancement open for you or others to consider :)