From a7ed487a57848f369550411fdf4df09a007e1db2 Mon Sep 17 00:00:00 2001 From: beefchimi Date: Thu, 4 Jan 2024 16:18:35 -0500 Subject: [PATCH] :hammer_and_wrench: [VsCode] Update settings.json --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f6e8462..110faf4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode",