From 9b43f0f58beaf910d33a2d68551c5a9828d1c8eb Mon Sep 17 00:00:00 2001 From: Noah <44441682+TheHarmonicRealm@users.noreply.github.com> Date: Wed, 15 Dec 2021 19:23:10 -0800 Subject: [PATCH] Undo evan's edit to settings.json --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e8b47fb..a31f6e5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,7 +18,7 @@ "**/.gradle": true, "**/.project": true, "**/.factorypath": true, - "**/*~": true, - "**/.settings": true + "**/*~": true + } }