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

Extension version ignored #1833

Closed
catkins-miso opened this issue Nov 12, 2019 · 3 comments
Closed

Extension version ignored #1833

catkins-miso opened this issue Nov 12, 2019 · 3 comments
Assignees
Labels
*out-of-scope Posted issue is not in scope of VS Code

Comments

@catkins-miso
Copy link

  • VSCode Version: 1.39.2
  • Local OS Version: Windows 10
  • Remote OS Version: N/A
  • Remote Extension/Connection Type: Docker

Steps to Reproduce:

  1. In devcontainer.json specify "extensions": ["extension id@version"]
  2. VSCode installs only the latest version

Does this issue occur when you try this locally?: N/A
Does this issue occur when you try this locally and all extensions are disabled?: N/A

@chrmarti
Copy link
Contributor

@sandy081 It appears to install the specified version, but then immediately auto-updates. Maybe the version should be pinned when specified on the command line?
image

@sandy081
Copy link
Member

Version is not remembered when installed (particular version) from command line - microsoft/vscode#63903

Even though above feature is supported, it is very tricky to support in remote case. Because versions are remembered in the storage and auto updates are triggered from UI. So in remote case there is no way to communicate from remote cli to UI to remember the version.

@sandy081 sandy081 added the *out-of-scope Posted issue is not in scope of VS Code label Nov 18, 2019
@vscodebot
Copy link

vscodebot bot commented Nov 18, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

3 participants