From 72994900d82fd1dac6ee52e5d9b335a9bf157a29 Mon Sep 17 00:00:00 2001 From: Nir Tamir Date: Mon, 21 Oct 2024 12:14:18 +0300 Subject: [PATCH] json5 --- .vscode/settings.json | 1 + src/cli/constants.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index e6accc4e0c..d319ead520 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,6 +37,7 @@ "html", "markdown", "json", + "json5", "jsonc", "yaml", "toml", diff --git a/src/cli/constants.ts b/src/cli/constants.ts index 0654f608fe..58fe0ed21e 100644 --- a/src/cli/constants.ts +++ b/src/cli/constants.ts @@ -40,6 +40,7 @@ export const vscodeSettingsString = ` "html", "markdown", "json", + "json5", "jsonc", "yaml", "toml",