From fe647a67fb2d0f8e22424902984dda5d116174a2 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Mon, 16 Dec 2024 15:18:44 -0500 Subject: [PATCH] feat: use json schema to autocomplete json specs --- .vscode/settings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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