From f0b02aabc0971c483735205e3f45e79660dbc185 Mon Sep 17 00:00:00 2001 From: Dimitri Furman Date: Wed, 28 Jun 2023 15:54:12 -0400 Subject: [PATCH] Treat .workbook files as json in VSCode --- .vscode/settings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ed9462b7e6..f82feb3c86 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,7 @@ "MD025": { "front_matter_title": "" } - } -} \ No newline at end of file + }, + "files.associations": { + "*.workbook": "json" + },} \ No newline at end of file