summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-01-20 00:24:53 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2022-01-20 00:24:53 -0500
commitda2d690315518db337c4688e788797d4c7d359e0 (patch)
tree90aa03e5321ee06001a61c64cd5e631b72ffb191 /package.json
parent61173b493129204b4865006e590f5ef55f2eb825 (diff)
downloadPerlNavigator-da2d690315518db337c4688e788797d4c7d359e0.zip
Initial commit of inquisitor, fixing critic profile, regex for compilation errors, windows newlines, execFile to escape shell characters, dont sent outdated diags
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 4b69d79..d72908b 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"scope": "resource",
"type": "string",
"default": "perl",
- "description": "Path to the perl executable"
+ "description": "Full path to the perl executable (no aliases, .bat files or ~/)"
},
"perlnavigator.enableAllWarnings": {
"scope": "resource",
@@ -47,7 +47,7 @@
"scope": "resource",
"type": "string",
"default": "",
- "description": "Path to perl critic profile. Otherwise perlcritic itself will default to ~/.perlcriticrc"
+ "description": "Path to perl critic profile. Otherwise perlcritic itself will default to ~/.perlcriticrc. (no aliases, .bat files or ~/)"
},
"perlnavigator.severity5": {
"scope": "resource",