Skip to content

Commit

Permalink
feat: add JSON schemas to vscode config, remove subjective settings
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Aug 13, 2024
1 parent 4b4d876 commit 221650d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"json.schemas": [
{
"fileMatch": [
"*/manifest.json"
"**/manifest.json"
],
"url": "https://schemas.elgato.com/streamdeck/plugins/manifest.json"
},
{
"fileMatch": [
"*/layouts/*.json"
"**/layouts/*.json"
],
"url": "https://schemas.elgato.com/streamdeck/plugins/layout.json"
}
Expand Down

0 comments on commit 221650d

Please sign in to comment.