From ed97c95bb6254a13d38fa499925242a54c16bbb0 Mon Sep 17 00:00:00 2001 From: cte Date: Thu, 30 Jan 2025 14:16:21 -0800 Subject: [PATCH] Revert this --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 820fc16..16a5c02 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,5 @@ "dist": true // set this to false to include "dist" folder in search results }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts - "typescript.tsc.autoDetect": "off", - "editor.formatOnSave": true + "typescript.tsc.autoDetect": "off" }