From ccb83fbdf663ebc6c8879a09d8e087268b5bdac2 Mon Sep 17 00:00:00 2001 From: Dimitri Furman Date: Wed, 28 Jun 2023 16:49:54 -0400 Subject: [PATCH] Fix invalid json --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f82feb3c86..1c71122031 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,4 +7,5 @@ }, "files.associations": { "*.workbook": "json" - },} \ No newline at end of file + } +} \ No newline at end of file