From 2912d84c8dfee13b0a7791e24186ea4e588d184d Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Mon, 15 Jan 2024 11:29:17 +0100 Subject: [PATCH] chore: update code action on save --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 97a3b859..c5cf6632 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -27,9 +27,9 @@ "editor.formatOnSave": true, "eslint.format.enable": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.fixAll": true, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.fixAll": "explicit", + "source.organizeImports": "explicit" }, "editor.defaultFormatter": "esbenp.prettier-vscode", "peacock.color": "#2aa63d", -- GitLab