summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-02-26 16:40:31 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2022-02-26 16:40:31 -0500
commitd4ed0af7de9a69e5e4fc618a41ce89eeee507656 (patch)
tree75a49d90246a07423eef32f0158036bff19e4192 /package.json
parentf01eb02d958b6ce7fca4daafcafde295716079ac (diff)
downloadPerlNavigator-d4ed0af7de9a69e5e4fc618a41ce89eeee507656.zip
Perltidy, default critic profile, removing ALLCAPS subs from autocomplete, navigate to 'required' modules, emacs documentation
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 445e930..15f883a 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.2.6",
+ "version": "0.2.7",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
@@ -39,6 +39,12 @@
"default": true,
"description": "Enable warnings using -Mwarnings command switch"
},
+ "perlnavigator.perltidyProfile": {
+ "scope": "resource",
+ "type": "string",
+ "default": "",
+ "description": "Path to perl tidy profile (no aliases, .bat files or ~/)"
+ },
"perlnavigator.perlcriticProfile": {
"scope": "resource",
"type": "string",