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

Test the VS Code JSON Mode #8208

Closed
1 task done
aeschli opened this issue Jun 27, 2016 · 1 comment
Closed
1 task done

Test the VS Code JSON Mode #8208

aeschli opened this issue Jun 27, 2016 · 1 comment

Comments

@aeschli
Copy link
Contributor

aeschli commented Jun 27, 2016

As the JSON language smarts got extracted to a node module, we should test that JSON language features still work:

  • validate:
    • syntax errors
    • schema-driven validation
      • user defined schema (either through the $schema property or by configuration)
      • preconfigured schema from a schema server package.json, project.json, bower.json
      • preconfigured schema from vscode (settings.json)
      • https://code.visualstudio.com/docs/languages/json has more details on the different ways schemas can be associated and defined.
  • hover
  • code completion
  • symbol information (outline)
  • format
@aeschli aeschli added this to the June 2016 milestone Jun 27, 2016
@seanmcbreen
Copy link

Nice work!

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants