File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
"bashIde.globPattern" : {
35
35
"type" : " string" ,
36
36
"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 ."
38
38
},
39
39
"bashIde.highlightParsingErrors" : {
40
40
"type" : " boolean" ,
44
44
"bashIde.explainshellEndpoint" : {
45
45
"type" : " string" ,
46
46
"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."
48
48
},
49
49
"bashIde.shellcheckPath" : {
50
50
"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 ."
53
53
}
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments