Skip to content

Commit

Permalink
Add schema support for global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Dec 11, 2020
1 parent 7d7b69d commit d21e793
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,10 @@
{
"fileMatch": "omnisharp.json",
"url": "http://json.schemastore.org/omnisharp"
},
{
"fileMatch": "global.json",
"url": "http://json.schemastore.org/global"
}
],
"commands": [
Expand Down Expand Up @@ -3652,4 +3656,4 @@
]
}
}
}
}

0 comments on commit d21e793

Please sign in to comment.