Merge pull request #16375 from MikeMcQuaid/vscode_settings_shellcheck

vscode/settings: update shellcheck.
This commit is contained in:
Mike McQuaid 2023-12-21 10:10:22 +00:00 committed by GitHub
commit 9679b49840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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