diff --git a/.vscode/settings.json b/.vscode/settings.json index b3bc0a2c..a33f4675 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,10 @@ { "fileMatch": ["/features/*/data.json"], "url": "https://raw.githubusercontent.com/STForScratch/schema/main/feature.json" + }, + { + "fileMatch": ["/manifest.json"], + "url": "https://json.schemastore.org/chrome-manifest.json" } ] }