[json] move jsonValidation declaration for #88835

This commit is contained in:
Martin Aeschlimann
2020-01-23 11:35:43 +01:00
parent b72188e257
commit abab0c8548
2 changed files with 5 additions and 7 deletions

View File

@@ -67,12 +67,6 @@
"scopeName": "source.json.comments",
"path": "./syntaxes/JSONC.tmLanguage.json"
}
],
"jsonValidation": [
{
"fileMatch": "*.schema.json",
"url": "http://json-schema.org/draft-07/schema#"
}
]
}
}