From 9998126fcb7561b458c61e92894eb89e2b4f90ef Mon Sep 17 00:00:00 2001 From: NicolasRichel Date: Wed, 13 Dec 2023 09:23:57 +0100 Subject: [PATCH] chore: update .vscode/settings.json --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index be30e1c3..350ba0a3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,6 @@ "editor.formatOnSave": false }, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" } } \ No newline at end of file