diff --git a/.vscode/settings.json b/.vscode/settings.json index d3185088aadef0..454adff39ca5a0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,29 @@ "status", "standard_track", "deprecated" + ], + "json.schemas": [ + { + "fileMatch": [ + "/api/*.json", + "/css/*.json", + "/html/*.json", + "/http/*.json", + "/javascript/*.json", + "/mathml/*.json", + "/svg/*.json", + "/webdriver/*.json", + "/webextensions/*.json", + "/xpath/*.json", + "/xslt/*.json", + ], + "url": "/schemas/compat-data.schema.json" + }, + { + "fileMatch": [ + "/browsers/*.json" + ], + "url": "/schemas/browsers.schema.json" + } ] }