Skip to content

Commit 0b582a5

Browse files
committed
Make the vscode extension default to use shellcheck
1 parent 9b4afc9 commit 0b582a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vscode-client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"bashIde.globPattern": {
3535
"type": "string",
3636
"default": "**/*@(.sh|.inc|.bash|.command)",
37-
"description": "Glob pattern for finding and parsing shell script files."
37+
"description": "Glob pattern for finding and parsing shell script files in the workspace."
3838
},
3939
"bashIde.highlightParsingErrors": {
4040
"type": "boolean",
@@ -44,12 +44,12 @@
4444
"bashIde.explainshellEndpoint": {
4545
"type": "string",
4646
"default": "",
47-
"description": "Configure explainshell server in order to get hover documentation on flags and options."
47+
"description": "Configure explainshell server endpoint in order to get hover documentation on flags and options."
4848
},
4949
"bashIde.shellcheckPath": {
5050
"type": "string",
51-
"default": "",
52-
"description": "Configure a custom path for the Shellcheck executable in order to get linting information."
51+
"default": "shellcheck",
52+
"description": "Controls the executable used for ShellCheck linting information. An empty string will disable linting."
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)