Skip to content

Commit

Permalink
Merge pull request #16375 from MikeMcQuaid/vscode_settings_shellcheck
Browse files Browse the repository at this point in the history
vscode/settings: update shellcheck.
  • Loading branch information
MikeMcQuaid committed Dec 21, 2023
2 parents 82edf71 + 857fe1a commit 9679b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"[shellscript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.shellcheck": true,
"source.fixAll.shellcheck": "explicit"
}
}
}

0 comments on commit 9679b49

Please sign in to comment.