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

Extension Settings in Extension Packs #92624

Closed
smhmd opened this issue Mar 13, 2020 · 4 comments
Closed

Extension Settings in Extension Packs #92624

smhmd opened this issue Mar 13, 2020 · 4 comments
Assignees
Labels
config VS Code configuration, set up issues *duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster

Comments

@smhmd
Copy link

smhmd commented Mar 13, 2020

Add Property in package.json of an extension pack for those extension's settings that'll be appended to the user's own settings.json. Would make extension packs even more useful.

{
  ...
  "categories": ["Extension Packs"],
  "extensionPack": [
    "bradlc.vscode-tailwindcss",
    "octref.vetur",
  ],
  "extensionsSettings": {
    "vetur.grammar.customBlocks": {
      "docs": "md",
      "i18n": "json",
      "page-query": "graphql",
      "static-query": "graphql"
    },
    "tailwindCSS.emmetCompletions": true
  }
}
@vscodebot
Copy link

vscodebot bot commented Mar 13, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@sandy081 sandy081 added the config VS Code configuration, set up issues label Mar 16, 2020
@sandy081
Copy link
Member

/duplicate

#46851

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Mar 16, 2020
@vscodebot
Copy link

vscodebot bot commented Mar 16, 2020

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 existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Mar 16, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
config VS Code configuration, set up issues *duplicate Issue identified as a duplicate of another issue(s) info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants
@sandy081 @smhmd and others