alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
333 stars 82 forks source link

Publish extension also to Open-VSX.org #353

Open SabotageAndi opened 4 years ago

SabotageAndi commented 4 years ago

If it would be possible, that the extension is also pushed to https://open-vsx.org/, it could be used easily in GitPod (https://www.gitpod.io/), an online IDE, that can use VS Code extensions.

okrechyk-gb commented 4 years ago

Thank you for recommendation, I'll look into this.

alexventuraio commented 4 years ago

I recently tried to add this to https://open-vsx.org/ but I got a couple of issues on the build, you can follow up them here and here

Does anybody knows what's the way to build the extension?

richardmward commented 3 years ago

Great extension, and just wanted to add a +1 for this being available in open vsx

MageJohn commented 3 years ago

For reference, the extension publishing process is documented here: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#how-to-publish-an-extension

I'd love to be able to use this extension from open-vsx in VSCodium!

SilvanCodes commented 3 years ago

Just wanted to let you know I'd love using the extension in Gitpod, too!

Any chances to see it published soon?

alexventuraio commented 3 years ago

For reference, the extension publishing process is documented here: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions#how-to-publish-an-extension

I'd love to be able to use this extension from open-vsx in VSCodium!

I haven't work on this for a while but I will give it a try and see if I can get some progress!

alexkrechik commented 3 years ago

Unfortunately, I got some errors during build due too many outdated libraries. Actually, Im working on a big rewrite including this problem. Expected to upload everything with the nearest version.

alexventuraio commented 3 years ago

Unfortunately, I got some errors during build due too many outdated libraries. Actually, Im working on a big rewrite including this problem. Expected to upload everything with the nearest version.

Thanks, @alexkrechik for helping the community to have this great extension available for VSCodium.

SilvanCodes commented 2 years ago

Heya, I wish you all a happy new year! Any status updates? :)

v-karbovnichy commented 2 years ago

Great news here that the namespace is probably claimed What can be the next steps?

SilvanCodes commented 2 years ago

I verified the extension is installable in a gitpod.io workspace! 🥳 Thank you very much!

2022-04-28 14 56 08 silvancodes-tpntree-llj268hskhc ws-eu43 gitpod io 4698d1993f48 2022-04-28 14 55 43 silvancodes-tpntree-llj268hskhc ws-eu43 gitpod io b766615f7f84

But FYI it seems something is not yet done configuring the namespace as can be seen here https://open-vsx.org/extension/alexkrechik/cucumberautocomplete:

2022-04-28 15 00 09 open-vsx org 0be63c628460

alexkrechik commented 2 years ago

Good news! Will try to fix this, thank you!