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 Manifest (package.json) schema out of date #45208

Closed
tboby opened this issue Mar 7, 2018 · 2 comments
Closed

Extension Manifest (package.json) schema out of date #45208

tboby opened this issue Mar 7, 2018 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions verified Verification succeeded
Milestone

Comments

@tboby
Copy link

tboby commented Mar 7, 2018

The schema used to validate the package.json of VS Code extensions appears to be out of date.

The docs Extension Manifest mention several fields such as qna and engines which are do not autocomplete nor have hover text.

It looks like the schema is defined here, and is simply out of date. The manifest in vsce lists them all however.

  • VSCode Version: 1.20.1
  • OS Version: Windows 7

Steps to Reproduce:

  1. Open an extension's package.json
  2. Hover over the json element with key "qna"

Does this issue occur when all extensions are disabled?: Yes

@vscodebot vscodebot bot added the extensions Issues concerning extensions label Mar 7, 2018
@alexdima
Copy link
Member

I don't know what qna means.

@alexdima alexdima assigned joaomoreno and unassigned alexdima Mar 18, 2018
@tboby
Copy link
Author

tboby commented Mar 18, 2018

The attribute "qna" in the package manifest? It's in the linked documentation.
E.g. hover over one of the attributes defined in the manifest, but not in the schema.

@joaomoreno joaomoreno added this to the March 2018 milestone Mar 19, 2018
@joaomoreno joaomoreno added the bug Issue identified by VS Code Team member as probable bug label Mar 19, 2018
@dbaeumer dbaeumer added the verified Verification succeeded label Mar 29, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants