diff --git a/.vscode/settings.json b/.vscode/settings.json index 0b9f8268e5..1be39bef3d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,7 +22,7 @@ "[shellscript]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.shellcheck": true, + "source.fixAll.shellcheck": "explicit" } } }