mitsuhiko / insta

A snapshot testing library for rust
https://insta.rs
Apache License 2.0
2.19k stars 99 forks source link

Publish VSCode extension to Open VSX #299

Open Theta-Dev opened 1 year ago

Theta-Dev commented 1 year ago

I have just migrated from Microsoft VSCode to VSCodium and could not find the insta snapshots extension in the OpenVSX registy.

Could you publish your extension there? The official VSCode registry may be used by Microsoft's official version according to their Terms of service, which is why libre forks of VSCode like VSCodium are using OpenVSX.

mitsuhiko commented 1 year ago

I will try to figure this out but I can’t promise anything.

not-my-profile commented 1 year ago

I am also using VSCodium and would like the extension to be available on OpenVSX. The relevant documentation appears to be: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

In the meantime we can just manually download the .vsix file from the Visual Studio Marketplace and install it via "Install from VSIX...".

max-sixty commented 2 weeks ago

Would anyone be up for setting up a workflow to publish it to Open VSX? I don't think this is likely to come from the maintainers, but we're happy to merge something that does it...