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

strict property missing in jsconfig.json schema #27583

Closed
cyrilletuzi opened this issue May 30, 2017 · 2 comments
Closed

strict property missing in jsconfig.json schema #27583

cyrilletuzi opened this issue May 30, 2017 · 2 comments
Assignees
Labels
javascript JavaScript support issues typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@cyrilletuzi
Copy link

  • VSCode Version: 1.12.2

Steps to Reproduce:

  1. Add "checkJs": true in jsconfig.json > type checking is working and json is OK
  2. Add "strict": true in jsconfig.json > strict type checking is working but json is warned as invalid as strict property is missing in jsconfig.json schema.

I can manage the PR, but I didn't found the file (I just found the one with the default values, but not the schema itself).

@cyrilletuzi
Copy link
Author

Other properties of this kind (like noImplicitAny) are also missing.

@mjbvz
Copy link
Collaborator

mjbvz commented May 30, 2017

This issue was moved to SchemaStore/schemastore#303

@mjbvz mjbvz closed this as completed May 30, 2017
@mjbvz mjbvz added upstream Issue identified as 'upstream' component related (exists outside of VS Code) javascript JavaScript support issues typescript Typescript support issues labels May 30, 2017
@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.
Labels
javascript JavaScript support issues typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants