From 7853449ffd0b0e7dc262bdd625c8398016833f73 Mon Sep 17 00:00:00 2001 From: aidant19 Date: Wed, 10 Jan 2024 14:22:21 -0500 Subject: [PATCH] Workspace file formatting revert - Changing default formatter for json seems to have changed the workspace file which then defaulted to using json default formatting which then changed the formatting of the workspace file :))) --- omega-flowey.code-workspace | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/omega-flowey.code-workspace b/omega-flowey.code-workspace index 8d2700341..204d6679c 100644 --- a/omega-flowey.code-workspace +++ b/omega-flowey.code-workspace @@ -13,9 +13,7 @@ ], "settings": { "datapack.env.dataVersion": "Latest snapshot", - "datapack.env.include": [ - "./datapacks/**/*" - ], + "datapack.env.include": ["./datapacks/**/*"], "datapack.lint.blockStateBracketSpacing": { "inside": 1 }, @@ -54,6 +52,9 @@ "terminal.integrated.defaultLocation": "editor", "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "[jsonc]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" } } -} \ No newline at end of file +}