From 6390d35165d8071e5512a77f34f0bc393c9eb621 Mon Sep 17 00:00:00 2001 From: Andy Brown Date: Fri, 14 Jun 2019 09:01:28 -0700 Subject: [PATCH] associate schema files to json --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..e11348c8b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.schema": "json" + } +}