vscode/settings: update shellcheck.

VSCode keeps trying to change this file so: let's let it.
This commit is contained in:
Mike McQuaid 2023-12-21 09:59:43 +00:00
parent dde0411e02
commit 857fe1a1e3
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -22,7 +22,7 @@
"[shellscript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.shellcheck": true,
"source.fixAll.shellcheck": "explicit"
}
}
}