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

[Feature Request] feature to update vscode internally #36463

Closed
bardiarastin opened this issue Oct 18, 2017 · 6 comments
Closed

[Feature Request] feature to update vscode internally #36463

bardiarastin opened this issue Oct 18, 2017 · 6 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) install-update VS Code installation and upgrade system issues

Comments

@bardiarastin
Copy link

it would be great if we could have update vscode without every time downloading and installing it again and again, maybe through using some gui or even option for automatic update, this is awesome because specially now days minor updates are coming in short periods of time.

@vscodebot vscodebot bot added the install-update VS Code installation and upgrade system issues label Oct 18, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Oct 18, 2017

@bardiainjast Which operating system are you using?

Updates should be downloaded automatically but you still have to click on the update button to install them. Silent updates are tracked by #9539

@bardiarastin
Copy link
Author

@mjbvz i'm using ubuntu 17.04

@joaomoreno
Copy link
Member

@bardiainjast Do you use our deb packages?

@bardiarastin
Copy link
Author

@joaomoreno yes, i download the deb file every time you release a new version

@joaomoreno
Copy link
Member

We publish to our deb repository everytime we release so you should get the updates via your system updater. Right, @Tyriar?

@joaomoreno joaomoreno removed their assignment Oct 18, 2017
@Tyriar
Copy link
Member

Tyriar commented Oct 21, 2017

Yes updates should come automatically, I think what @bardiainjast is after is an auto updater similar to browsers these days which provide an experience closer to our current macOS flow; the update is downloaded and applied on next restart.

Good news is that we've invested some time recently in snap packages and that is likely the direction we will go, eventually this is the sort of behavior we should be able to achieve with snap packages. So I'll close this as a duplicate of #5458


Also in the meantime you might want to set up a script something like this:

alias up='sudo apt update && sudo apt install code'

This allows you to just run the command up when you start and the update will be pulled and installed if available.

@Tyriar Tyriar closed this as completed Oct 21, 2017
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Oct 21, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) install-update VS Code installation and upgrade system issues
Projects
None yet
Development

No branches or pull requests

4 participants