Baccata / vscode-scaladex-search

An humble plugin to search for scala libraries
Apache License 2.0
38 stars 4 forks source link

Publish the extension to open-vsx so that it can be used in vscodium #7

Open nikololiahim opened 1 year ago

nikololiahim commented 1 year ago

Hi, I really like using the scaladex-search extension! Unfortunately, it is not available in the open-vsx marketplace, so it can not be used in vscodium. For now, I can download the .vsix from the official marketplace and install it manually in vscodium. However, it would be nice if it could be downloaded directly.

This link contains some instructions on how to publish the extension to open-vsx. I can also help if necessary. Once again, thank you for the great extension!

Baccata commented 1 year ago

Hi there, thanks for raising the issue 👍 . I'm planning on moving this extension to https://github.com/neandertech/, and unify the code with https://github.com/neandertech/dexsearch (which is a CLI that achieves the same thing as this extension, and is published to npm).

I've been a bit swamped lately with other things and can't promise a precise timeframe, but in principle I'm definitely up for it (as soon as I've moved the code over and set up CI to publish upon github release)