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

extensions.json should permit minimum required extension version #202692

Closed
vorburger opened this issue Jan 18, 2024 · 2 comments
Closed

extensions.json should permit minimum required extension version #202692

vorburger opened this issue Jan 18, 2024 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) extensions Issues concerning extensions

Comments

@vorburger
Copy link

IMHO it would be neat if extensions.json would permit specifying the minimum required version of extensions.

This could be used when certain bugs are fixed in extensions which workspaces needs to work.

For example, I continuously keep forgetting that I really do 🤣 have to click "Switch to Pre-Release Version" (e.g. v1.24.101172020) for the "recommendations": [ "sfdc.bazel-vscode-java" in this extensions.json - because it won't work with the current e.g. v1.1.0 Release Version (yet).

So, in an ideal perfect world, I'd like to put (something like) "recommendations": [ "sfdc.bazel-vscode-java:v1.24.101172020" in the extensions.json.

I think you could keep this relatively simple and literally have only "version X or later", and not get fancy with semantic version ranges and what not.

@guw FYI

vorburger added a commit to vorburger/bazel-vscode-java that referenced this issue Jan 18, 2024
Indirectly related to microsoft/vscode#202692 FR.

Signed-off-by: Michael Vorburger <vorburger@google.com>
vorburger added a commit to enola-dev/enola that referenced this issue Jan 18, 2024
@sandy081 sandy081 added the extensions Issues concerning extensions label Jan 18, 2024
@sandy081
Copy link
Member

/duplicate

#138048

@VSCodeTriageBot VSCodeTriageBot added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 18, 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 Jan 18, 2024
guw pushed a commit to salesforce/bazel-vscode-java that referenced this issue Jan 18, 2024
…89)

Indirectly related to microsoft/vscode#202692 FR.

Signed-off-by: Michael Vorburger <vorburger@google.com>
vorburger added a commit to enola-dev/enola that referenced this issue Jan 18, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 11, 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