summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json
index 58b4946..7429b64 100644
--- a/package.json
+++ b/package.json
@@ -40,6 +40,18 @@
"default": [],
"description": "Pass miscellaneous command line arguments to pass to the perl executable"
},
+ "perlnavigator.perlEnv": {
+ "scope": "resource",
+ "type": "object",
+ "default": {},
+ "description": "Pass environment variables to the perl executable. Skipped if undefined."
+ },
+ "perlnavigator.perlEnvAdd": {
+ "scope": "resource",
+ "type": "boolean",
+ "default": true,
+ "description": "Add environment variables to current environment, or totally replace (perlEnv related)."
+ },
"perlnavigator.enableWarnings": {
"scope": "resource",
"type": "boolean",