Skip to content

Commit

Permalink
Merge pull request #4290 from OmniSharp/add-globaljson-schema
Browse files Browse the repository at this point in the history
Add schema support for global.json
  • Loading branch information
JoeRobich authored Dec 14, 2020
2 parents 7d7b69d + d21e793 commit 91c457f
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 91c457f

Please sign in to comment.