Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit c36f7c7

Browse files
author
Ted Behling
committed
Update settings title/description per feedback
1 parent 854893b commit c36f7c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
},
3535
"useProjectCwd": {
3636
"type": "boolean",
37-
"title": "Run Shellcheck using project root as the working directory (false for file-relative)",
37+
"title": "Run ShellCheck relative to Project Root",
38+
"description": "Enable to run ShellCheck using the project root as its working directory; causes ShellCheck to interpret `source=` paths relative to the project root. Disable to keep `source=` paths relative to the file.",
3839
"default": false
3940
}
4041
},

0 commit comments

Comments
 (0)