From efad5f7686da5185798e5fb1b0a9dc6b490eccfc Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Tue, 19 Dec 2023 08:57:35 +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 bebf60a86..3a5de5345 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -39,9 +39,9 @@ { "type": "GitLab", "domain": "forge.grandlyon.com", "name": "Forge" } ], "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.fixAll": true, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.fixAll": "explicit", + "source.organizeImports": "explicit" }, "gitlab.showPipelineUpdateNotifications": true, "sonarlint.connectedMode.project": { -- GitLab