From f647a8cf1ba8f6dee50d5cb01f6f3b847bef0712 Mon Sep 17 00:00:00 2001 From: satyam-seth Date: Sat, 23 Dec 2023 00:41:42 +0530 Subject: [PATCH] update vscode editor code action on save settings --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f5a0a76..d649fc9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,8 +5,8 @@ "editor.tabSize": 2, "editor.rulers": [100], "editor.codeActionsOnSave": { - "source.fixAll": true, - "source.organizeImports": true + "source.fixAll": "explicit", + "source.organizeImports": "explicit" }, "[typescript]": { "editor.defaultFormatter": "rvest.vs-code-prettier-eslint"