Skip to content

Commit

Permalink
[vscode] Add ShellCheck options
Browse files Browse the repository at this point in the history
  • Loading branch information
MikelAlejoBR committed Feb 28, 2020
1 parent ca79081 commit 8defb5c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vscode/.config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@

"php.suggest.basic": false,

"shellcheck.enable": true,
"shellcheck.enableQuickFix": false,
"shellcheck.run": "onType",
"shellcheck.executablePath": "shellcheck",
"shellcheck.exclude": [],
"shellcheck.customArgs": [],
"shellcheck.ignorePatterns": {},
"shellcheck.ignoreFileSchemes": [
"git",
"gitfs"
],
"shellcheck.useWSL": false,

"window.titleBarStyle": "custom",
"window.zoomLevel": 0,

Expand Down

0 comments on commit 8defb5c

Please sign in to comment.