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: possibility to disable auto update for certain extensions #30579

Closed
buehler opened this issue Jul 13, 2017 · 8 comments
Closed
Assignees
Labels
extensions Issues concerning extensions info-needed Issue requires more information from poster

Comments

@buehler
Copy link

buehler commented Jul 13, 2017

  • VSCode Version: 1.14.0
  • OS Version: macOS Sierra 10.12.5

The autoupdate feature for extensions is a huge plus! I just have a minor issue with it. When you develop an extension, and the package.json version does not exactly match (or semver check?) it downloads the "newer" version. Despite the fact that I'm on my latest development branch locally.

fikqqvd4

It would be a really cool feature to disable auto update (maybe with a setting or a file or whatever) for that specific extension locally, since it's compiled on my machine and loaded via a symbolic link.

An annoying workaround would be to fill in the package.json version every time. But since someone may use semantic releasing (like I do), that's kind of a downer.

Cheers!

@vscodebot vscodebot bot added new release extensions Issues concerning extensions labels Jul 13, 2017
@joaomoreno joaomoreno added this to the Backlog milestone Jul 17, 2017
@joaomoreno joaomoreno removed their assignment Jul 17, 2017
@joaomoreno joaomoreno added feature-request Request for new features or functionality and removed new release labels Jul 17, 2017
@sandy081 sandy081 self-assigned this Sep 12, 2018
@sandy081
Copy link
Member

@buehler How come the development version is lesser than the published one. I assume it should be at least same or greater?

@sandy081 sandy081 added info-needed Issue requires more information from poster and removed feature-request Request for new features or functionality labels Sep 24, 2018
@sandy081 sandy081 removed this from the Backlog milestone Sep 24, 2018
@buehler
Copy link
Author

buehler commented Sep 26, 2018

@sandy081 this can happen when you use semantic-release for tagging and releasing your software. (https://github.com/semantic-release/semantic-release)

So you don't set your package.json version and let it be set by semantic release

@diogosalazar
Copy link

Please allow for disabling / blacklisting auto-update for certain extensions.

I have a key for a paid (pro) version of an extension that is valid only up to a specific version of that extension. If I install an earlier version that works with my key vscode auto-updates it to the latest version unless I disable auto-updates globally -- problem is that I would like to auto-update all other extensions.

Thanks.

@therealpeterhua
Copy link

+1 to this. Some extensions are pretty low-traffic / abandoned by author and I've patched in my own fixes, would like some guarantee of steady-state

@sandy081
Copy link
Member

sandy081 commented Jan 3, 2019

Auto updates are disabled if you install a specific version (not latest) which is now supported. Let me know if that fixes your problems?

@vscodebot vscodebot bot closed this as completed Jan 10, 2019
@vscodebot
Copy link

vscodebot bot commented Jan 10, 2019

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@philippludwig
Copy link

Auto updates are disabled if you install a specific version (not latest) which is now supported.

How exactly do you do that?

@sandy081
Copy link
Member

image

@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
extensions Issues concerning extensions info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

6 participants