[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

@ -111,7 +111,11 @@
},
"editor.suggest.insertMode": "replace"
}
}
},
"jsonValidation": [{
"fileMatch": "*.schema.json",
"url": "http://json-schema.org/draft-07/schema#"
}]
},
"dependencies": {
"request-light": "^0.2.5",

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#"
}
]
}
}