FuelLabs / sway-vscode-plugin

Sway Visual Studio Code plugin
https://marketplace.visualstudio.com/items?itemName=FuelLabs.sway-vscode-plugin
Apache License 2.0
48 stars 7 forks source link

Publish VS Code plugin to the Open VSX Registry #66

Open JoshuaBatty opened 2 years ago

JoshuaBatty commented 2 years ago

Arch systems use the https://open-vsx.org/ marketplace and not the default Microsoft one. This means that the sway plugin cannot be found in the VS Code extensions. As a result, we should add support for publishing to the Open VSX Registry.

Users of Arch can instead find the plugin to install at https://aur.archlinux.org/packages/code-marketplace

related to #65

wschwab commented 1 day ago

I wanted to check on this issue. Currently, users on Arch and a bunch of derivatives won't be able to find this extension by default. OVSX has a page on how to publish an extension to their registry here, though likely the easiest solution is integrating the GitHub Action that they link at the bottom here.