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

Allow Extension versions #211560

Closed
opsec-infosec opened this issue Apr 28, 2024 · 2 comments
Closed

Allow Extension versions #211560

opsec-infosec opened this issue Apr 28, 2024 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) extensions Issues concerning extensions

Comments

@opsec-infosec
Copy link

opsec-infosec commented Apr 28, 2024

Please allow the ability to add versions for extensions. This helps with maintaining old versions of code as specific versions of extensions are required for maintaining old software. We strictly use devcontainers and as such its very annoying to have to roll back every single extension to a specific version.

As suggested by the community something like:

{
    "recommendations": [
        "ms-python.python", //latest
        "ms-python.python@2022.0.0", //with version suffix
        {
            // as dictionary
            "id": "ms-python.python",
            "version": "2022.0.0"
        }
    ]
}

Please don't tell the vs code community its out of scope, every single piece of software development allows for specific versions to be installed (npm, docker, linux with apt.... etc) and we see no difference for extensions.

@sandy081 sandy081 added the extensions Issues concerning extensions label Apr 29, 2024
@sandy081
Copy link
Member

/duplicate

#138048

I have reopened the original issue and plan to support it

@VSCodeTriageBot VSCodeTriageBot added the *duplicate Issue identified as a duplicate of another issue(s) label Apr 29, 2024
@VSCodeTriageBot
Copy link
Collaborator

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 13, 2024
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) extensions Issues concerning extensions
Projects
None yet
Development

No branches or pull requests

3 participants