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

Mark next versions as preview #45

Open
spoenemann opened this issue Feb 3, 2021 · 2 comments
Open

Mark next versions as preview #45

spoenemann opened this issue Feb 3, 2021 · 2 comments

Comments

@spoenemann
Copy link

The preview flag in package.json can be set to true to mark a version as a preview version (see extension manifest). I think it would be appropriate to do this for next versions of the built-ins.

@marcdumais-work
Copy link
Contributor

This should already be the case, except for some early builtins we published manually. Anything we build now, old or recent version, should have that field set for "next" versions. Have you seen otherwise?

Looking at a builtin I built locally, I see it at the end of package.json:

"keywords": [
    "Built-in"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/theia-ide/vscode-builtin-extensions"
  },
  "preview": true
}

@spoenemann
Copy link
Author

Maybe we're just missing to show that flag in the current frontend version, I'll check that.

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

No branches or pull requests

2 participants