OmniSharp / atom-json-schema

Json schema intellisense and validation for Atom
MIT License
43 stars 15 forks source link

schemastore.org provider does not work with *.ext fileMatch #14

Closed fusionbeam closed 7 years ago

fusionbeam commented 8 years ago

for instance this catalog schema is not supported in the latest package { "name": "JSONPatch", "description": "JSONPatch files", "fileMatch": [ "*.patch" ], "url": "http://json.schemastore.org/json-patch" }

creating and editing a test.patch file does not bring up schema based suggestions and validations