Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releases do not have vsix files #892

Closed
ibuziuk opened this issue Apr 19, 2019 · 6 comments
Closed

Releases do not have vsix files #892

ibuziuk opened this issue Apr 19, 2019 · 6 comments
Assignees

Comments

@ibuziuk
Copy link
Member

ibuziuk commented Apr 19, 2019

A Github release should contain not only source code but also vsix file - https://github.com/redhat-developer/vscode-java/releases/tag/v0.40.0
from VS Code marketplace rate limit error perspective it is important to have vsix file for latest and all upcoming + 0.38.0

@ibuziuk
Copy link
Member Author

ibuziuk commented Apr 23, 2019

@fbricon will you be able to give a hand with this?

@fbricon fbricon self-assigned this Apr 23, 2019
@fbricon
Copy link
Collaborator

fbricon commented Apr 23, 2019

@ibuziuk yes

@fbricon
Copy link
Collaborator

fbricon commented Apr 23, 2019

Uploaded 0.38.0 and more recent releases to https://github.com/redhat-developer/vscode-java/releases

@fbricon fbricon closed this as completed Apr 23, 2019
@nickboldt nickboldt reopened this Dec 6, 2019
@nickboldt
Copy link
Member

As of 0.48.0, releases no longer include vsix files. I was about to open a new issue like camel-tooling/vscode-wsdl2rest#142 or redhat-developer/vscode-project-initializer#40 but reopening seemed easier.

Can you either:

  • copy the tarball from the GH release over to dl.jb.o when publishing the vsix there, or
  • publish the vsix on GH again?

Looking for sources to align these (and newer ones):

@nickboldt
Copy link
Member

Ping! any progress here?

@fbricon
Copy link
Collaborator

fbricon commented Dec 18, 2019

I've pushed all the tags, then downloaded each missing vsix curl like

version=0.54.2; \
curl -o redhat.java-${version}.vsix https://redhat.gallery.vsassets.io/_apis/public/gallery/publisher/redhat/extension/java/${version}/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage

Then manually attached the vsix files to their matching tags in https://github.com/redhat-developer/vscode-java/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants