arthwang / vsc-prolog

A VS Code extension that provides language support for prolog
MIT License
97 stars 21 forks source link

Consider publishing to Open VSX Registry as well #57

Closed hargettp closed 1 year ago

hargettp commented 2 years ago

First, thanks for an excellent plugin! I've been using it on my desktop VS Code for some time, with great success!

Second, with the increasing popularity of VS Code in the browser and corresponding cloud-based tools such as https://gitpod.io and https://coder.com, it would be nice if your excellent plugin were available on those platforms as well. The common plugin registry for these platforms is https://open-vsx.org.

Instructions for plugin authors to publish to this registry are here: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions.

hargettp commented 1 year ago

I've actually built my own Prolog Language Extension (https://github.com/hargettp/ppls), and am publishing it to both the VS Code Marketplace and Open VSX registry. Closing this as obsolete. Thanks!