Skip to content

Commit

Permalink
Add json schema data to the .vscode/settings.json file. (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorshea authored and Elchi3 committed Oct 4, 2018
1 parent bcd662d commit 187a505
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,29 @@
"status",
"standard_track",
"deprecated"
],
"json.schemas": [
{
"fileMatch": [
"/api/*.json",
"/css/*.json",
"/html/*.json",
"/http/*.json",
"/javascript/*.json",
"/mathml/*.json",
"/svg/*.json",
"/webdriver/*.json",
"/webextensions/*.json",
"/xpath/*.json",
"/xslt/*.json",
],
"url": "/schemas/compat-data.schema.json"
},
{
"fileMatch": [
"/browsers/*.json"
],
"url": "/schemas/browsers.schema.json"
}
]
}

0 comments on commit 187a505

Please sign in to comment.