From 857fe1a1e34adc026585240d73401d87e0b3a6a4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 21 Dec 2023 09:59:43 +0000 Subject: [PATCH] vscode/settings: update shellcheck. VSCode keeps trying to change this file so: let's let it. --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } }