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

feat: support Visual Studio Code extension manifest #117

Merged
merged 10 commits into from
Jan 7, 2020

Conversation

fisker
Copy link
Collaborator

@fisker fisker commented Jan 3, 2020

fixes: #113

Some fields ordering might need discussion, also no tests yet.

All fields: https://code.visualstudio.com/api/references/extension-manifest

  • publisher - The publisher name
    go after standard package.json people fields
  • displayName - The display name for the extension used in the Marketplace.
    this go next to name
  • categories
    like keywords, put before keywords, like https://github.com/microsoft/vscode-eslint/blob/master/package.json#L17, and over uniq
  • galleryBanner
    seems not important, at bottom
  • preview
    not important, at bottom
  • contributes
    after scripts
  • activationEvents
    after scripts
  • badges
    not important, at bottom
  • markdown
    not important, at bottom
  • qna
    Q & A link, after links homepage bugs repository and funding
  • extensionPack
    array like bundledDependencies, next to all dependencies
  • extensionDependencies
    array like bundledDependencies, next to all dependencies
  • icon
    not important, at bottom

@fisker fisker changed the title [WIP] feat: support Visual Studio Code extension manifest feat: support Visual Studio Code extension manifest Jan 4, 2020
@keithamus keithamus merged commit 75ee93a into keithamus:master Jan 7, 2020
@keithamus
Copy link
Owner

🎉 This PR is included in version 1.37.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@fisker fisker deleted the support-vsc-extension branch February 2, 2023 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support VSCode Manifest?
2 participants