From 5e9b84c8f3582ec8ed4bacf6d947a07cfd8feefd Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Thu, 21 Dec 2023 13:34:47 -0500 Subject: [PATCH] update vscode settings for codeActionsOnSave to use new field instead of boolean (#2465) --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2275e706b..bb37adf15 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,7 +18,7 @@ "**/yarn.lock": true }, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "[json]": { "editor.formatOnSave": true,