From aaecd92c8a2a149114c69695192c6b89bd740a4a Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:45:01 +0200 Subject: [PATCH] misc: Update VSC settings fixAll option changes (#3760) --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 70e541174d..3c832d1095 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,7 @@ }, "typescript.tsdk": "./node_modules/typescript/lib", "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "[json]": { "editor.formatOnType": false,