OmniSharp / atom-json-schema

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

Add name for linter provider #34

Open Arcanemagus opened 7 years ago

Arcanemagus commented 7 years ago

Define a name of 'json-schema' for the Linter provider so messages from it can be identified.

Note that the fact that this was giving an error was a bug in Linter (https://github.com/steelbrain/linter/pull/1371), but having it defined is a requirement for Linter v2, and is nice for the user anyway :wink:.

Fixes #33.