summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index b4a9920..18fa79b 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "Code navigation, autocompletion, syntax checking, and linting for Perl",
"author": "bscan",
"license": "MIT",
- "version": "0.8.0",
+ "version": "0.8.1",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
@@ -108,6 +108,12 @@
"type": "string",
"description": "Regex pattern with policies to include for perl critic (normally in profile)"
},
+ "perlnavigator.perlCompileEnabled": {
+ "scope": "resource",
+ "type": "boolean",
+ "default": true,
+ "description": "Enable running perl -c on your code"
+ },
"perlnavigator.severity5": {
"scope": "resource",
"type": "string",