From 6cd6e3baaf5e173531c2fdec852c28469fd2efa6 Mon Sep 17 00:00:00 2001 From: Danial Raza Date: Mon, 18 Dec 2023 18:13:55 +0100 Subject: [PATCH] chore: use string values in vs code settings (#10028) --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 838be63d6..7f5067db8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,9 +9,9 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.organizeImports": false, - "source.fixAll.eslint": true, - "source.fixAll": true + "source.organizeImports": "never", + "source.fixAll.eslint": "explicit", + "source.fixAll": "explicit" }, "editor.trimAutoWhitespace": false, "files.associations": {