Skip to content

Commit

Permalink
Move cspell.schema.json to root and add tests (#113)
Browse files Browse the repository at this point in the history
* Move cspell.schema.json to root and add tests

Related to #107

* Allow `$schema` to be in the cspell.json file.
  • Loading branch information
Jason3S committed Oct 26, 2019
1 parent 476bbc9 commit b7e2107
Show file tree
Hide file tree
Showing 8 changed files with 774 additions and 6 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"json.schemas": [{
"fileMatch": [
"cspell.json", ".cspell.json", "cSpell.json"
],
"url": "./cspell.schema.json"
}]
}

0 comments on commit b7e2107

Please sign in to comment.