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

vscode/releases page missing binaries #1230

Open
citrusui opened this issue Dec 13, 2015 · 8 comments
Open

vscode/releases page missing binaries #1230

citrusui opened this issue Dec 13, 2015 · 8 comments
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@citrusui
Copy link

Just wondering... why doesn't the releases page have vscode binaries? I only see the source code downloads. Atom and Brackets both use GitHub to publish binaries...

Would be handy in case someone wanted to download an older release or if Microsoft's servers were down.

Inspired by #1084

@hashhar
Copy link
Contributor

hashhar commented Dec 13, 2015

This is a good idea. Would make it much easier for me for to use my download utility.

@egamma egamma added the feature-request Request for new features or functionality label Dec 14, 2015
@egamma
Copy link
Member

egamma commented Dec 14, 2015

@chrisdias fyi.

We need to distinguish between vscode and Visual Studio Code see here for an explanation.
Currently we do not make milestone builds available for vscode. Something we can consider.

@hoovercj
Copy link
Member

hoovercj commented Feb 9, 2016

Is this sufficient to close the issue? https://github.com/Microsoft/vscode/wiki/Previous-Releases

@citrusui
Copy link
Author

It's just odd how there's no exe or zips on the Releases page... pretty easy to do, just add a changelog and tag, then upload the files.

@hashhar
Copy link
Contributor

hashhar commented Feb 10, 2016

@hoovercj It's good enough I guess. It's also machine parseable.

@chelming
Copy link

@hoovercj no, that's not sufficient (nor does it exist any more). I'd specifically like to be able to use the releases api to check for and download latest releases. Currently it returns nothing: https://api.github.com/repos/Microsoft/vscode/releases

@redtux
Copy link

redtux commented Jul 5, 2020

Hi everybody, I just had a look for binary releases of VS Code ("OSS") in this git repository. While I found tarballs of the source at https://github.com/microsoft/vscode/releases there are no .deb, .rpm, .exe, or .dmg files like in other similar projects. What would be necessary for this to happen? How can we help?

JFYI: I have already read all related issues (also concerning licensing, the marketplace, etc.), but found no answer to my question. The only thing I found was this issue from December 2015.

A good example for what this could look like is GitHub's Atom (now also part of the Microsoft family). Build scripts can be found at VS Codium (that I do not belong to). CI building can be done automagically (e.g. with every new tag) using GitHub Actions (like Jenkins, GitLab CI, Travis).

@Hydroidev
Copy link

Hydroidev commented Aug 19, 2020

While a direct yes or no answer on this topic from someone more involved in the repository would be nice, I can see why it hasn't been a priority. Both the Microsoft branded binaries and the binaries built directly from this repo are already easily accessible, the latter of which is supplied on the VSCodium project earlier mentioned.

I definitely agree that having these binaries available directly in this repository would be more organized and convenient than relying on another repository. As it stands, the binaries produced by the VSCodium project are almost no different than would be made by CI. Either way, after 4 years this issue should be given a definitive answer; is this being worked on? or should it be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

9 participants