summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIan P Bradley <ian.bradley@studiocrabapple.com>2023-03-26 17:39:32 -0700
committerIan P Bradley <ian.bradley@studiocrabapple.com>2023-03-26 17:42:12 -0700
commitcd5676f01456999ed14ad39c0231004624fd434f (patch)
tree3bc3ca7f4889ed700f56364a1e7fc722237ff94f /package.json
parent8d85bbe1d02137220746a794a2149754a0c638b4 (diff)
downloadPerlNavigator-cd5676f01456999ed14ad39c0231004624fd434f.zip
Add perlParams configuration option for passing misc. CLI options to the perl executable in perlPath
This also allows one to use CPAN Module managers such as Carmel and Carton more directly via their exec commands, and in the case of Carmel saves us the extra step of having to run `carmel rollout`
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index a17b2d0..dd00c67 100644
--- a/package.json
+++ b/package.json
@@ -34,6 +34,12 @@
"default": "perl",
"description": "Full path to the perl executable (no aliases, .bat files or ~/)"
},
+ "perlnavigator.perlParams": {
+ "scope": "resource",
+ "type": "array",
+ "default": [],
+ "description": "Pass miscellaneous command line arguments to pass to the perl executable"
+ },
"perlnavigator.enableWarnings": {
"scope": "resource",
"type": "boolean",