diff --git a/.vscode/settings.json b/.vscode/settings.json index 7f6a5fde..4d88da8a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,12 @@ "specs/yaml/*", "docs/public/specs/yaml/*" ] - } + }, + "json.schemas": [{ + "fileMatch": [ + "specs/json/*", + "docs/public/specs/json/*" + ], + "url": "./packages/spec/dist/mosaic-schema.json" + }] } \ No newline at end of file