Skip to content

Build VSIX as non-prerelease #958

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jakebailey
Copy link
Member

I use typically insiders (which opts people in to prereleases by default), so I never noticed that attempting to install our extension pops up an error in regular VS Code:

image

Given we slap the word "preview" all over this extension, I think it would be better to not mark it as a prerelease, ensuring this error does not appear for the bulk of users.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the VSIX packaging step to omit the prerelease marker, allowing the extension to install on stable VS Code.

  • Removed the --pre-release flag from the vsce package command.
  • Ensures the extension is treated as a non-prerelease build by default.

@jakebailey jakebailey marked this pull request as draft May 27, 2025 22:46
@jakebailey
Copy link
Member Author

Though, maybe this is just a VS Code stable bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant