Skip to content

Commit

Permalink
Merge pull request #97 from warrenbuckley/bugfix/use-local-schema-file
Browse files Browse the repository at this point in the history
Update JSON Schema to use local file
  • Loading branch information
Warren Buckley authored Jul 9, 2020
2 parents 49acece + d939114 commit 29a7f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ vsc-extension-quickstart.md
**/.eslintrc.json
**/*.map
**/*.ts
!src/iisexpress-schema.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"jsonValidation": [
{
"fileMatch": "/.vscode/iisexpress.json",
"url": "https://raw.githubusercontent.com/warrenbuckley/IIS-Express-Code/master/src/iisexpress-schema.json"
"url": "./src/iisexpress-schema.json"
}
]
},
Expand Down

0 comments on commit 29a7f9a

Please sign in to comment.