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

publish also to openvsx marketplace #99

Closed Murmele closed 3 months ago

Murmele commented 3 months ago

https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

1) You need to create an account at https://open-vsx.org 2) Create a token and add it to Github 3) Claim the ownership https://github.com/eclipse/openvsx/wiki/Namespace-Access https://github.com/EclipseFdn/open-vsx.org/issues/new?assignees=&labels=namespace&projects=&template=claim-namespace-ownership.md&title=Claiming+namespace+%5Bname%5D

noppej commented 3 months ago

@Murmele Thank you for this. I will action it tomorrow and get back to you if I run into any challenges.

noppej commented 3 months ago

All steps are completed, and waiting for https://github.com/EclipseFdn/open-vsx.org/issues/2692 to claim the probe-rs namespace in the Open VSX Regsitery.

Murmele commented 3 months ago

@noppej thanks you! Hopefully publishing is working fine then. For me it did not work, but I didn't understand the reason for.