harry-hov / vscode-gno

Gno extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=harry-hov.gno
MIT License
4 stars 2 forks source link

Publish on Open VSX registry #4

Closed thehowl closed 9 months ago

thehowl commented 11 months ago

Hey Hariom, another feature request :)

We set up vscode-gno for use on the getting-started repo, as Gitpod is using a modified version of VS Code so the extension was perfect for that.

We managed to workaround Gitpod's instruction by using a direct link to downloading the extension; however Gitpod suggests using the open vsx registry for extensions.

Is this something you can do? Thanks!

harry-hov commented 11 months ago

Hey, Sorry for taking long. Need to setup up a few accounts just to publish the extension on open vsx registry. I still need to get verified as a publisher. (seems like a long and painful process, so will do that later)

Meanwhile, I have published the extension. Link: https://open-vsx.org/extension/harry-hov/gno

Let me know if it works. Thanks!

thehowl commented 9 months ago

Just merged a PR to use the open vsx registry. Thanks!

https://github.com/gnolang/getting-started/pull/23