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

JSON schema error message ignored #11305

Closed
isidorn opened this issue Aug 31, 2016 · 0 comments
Closed

JSON schema error message ignored #11305

isidorn opened this issue Aug 31, 2016 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug json JSON support issues verified Verification succeeded
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Aug 31, 2016

Have the following json schema attribute

"externalConsole": {
                    "type": "boolean",
                    "description": "%node.launch.externalConsole.description%",
                    "default": true,
                    "errorMessage": "Hello martin",
                    "enum": []
                }

Notice that the error message is being ignored. It is only repsected in the case that the attribute has a pattern which is not respected.

Need this for #11209

@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug json JSON support issues labels Aug 31, 2016
@aeschli aeschli added this to the August 2016 milestone Aug 31, 2016
@isidorn isidorn added the verified Verification succeeded label Sep 1, 2016
@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
bug Issue identified by VS Code Team member as probable bug json JSON support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants