Skip to content

Commit 0bc1797

Browse files
authored
Merge pull request #839 from rgantzos/manifest-schema
Add manifest schema to `.vscode/settings.json`
2 parents 8676ca4 + 611923a commit 0bc1797

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
{
44
"fileMatch": ["/features/*/data.json"],
55
"url": "https://raw.githubusercontent.com/STForScratch/schema/main/feature.json"
6+
},
7+
{
8+
"fileMatch": ["/manifest.json"],
9+
"url": "https://json.schemastore.org/chrome-manifest.json"
610
}
711
]
812
}

0 commit comments

Comments
 (0)