diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2022-02-26 16:40:31 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2022-02-26 16:40:31 -0500 |
commit | d4ed0af7de9a69e5e4fc618a41ce89eeee507656 (patch) | |
tree | 75a49d90246a07423eef32f0158036bff19e4192 /package.json | |
parent | f01eb02d958b6ce7fca4daafcafde295716079ac (diff) | |
download | PerlNavigator-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.json | 8 |
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", |