testforstephen / vscode-pde

VSCode extension to support Eclipse PDE
18 stars 4 forks source link

Provide GitHub Releases #38

Closed schrieveslaach closed 2 years ago

schrieveslaach commented 2 years ago

It would be great if new versions (and maybe the release 0.6.0) would be available as GitHub release because that allows to download the versions through scripting. Downloads of plugins via curl are prohibited by VSCode marketplace.

I created a plugin for Neovim (nvim-jdtls-bundles) that downloads VSCode extensions from GitHub and sets up eclipse.jdt.ls to use the contained Java libs as plugins. However, for vscode-pde I have to commit the vslx file to the repo (see here) so users of the plugin also have to install git lfs.

testforstephen commented 2 years ago

Closing it since 0.7.0 has been created on Release page.

schrieveslaach commented 2 years ago

Thank you very much. I appreciate that change.