summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-11-29 22:22:47 -0500
committerbscan <10503608+bscan@users.noreply.github.com>2022-11-29 22:22:47 -0500
commit1ede6d900e442b65ca13b81f332f3536587b3142 (patch)
treeb1da1519612356c790b9d7042331a1927e4fa069 /README.md
parent2210277a604dd3fa04710ddd8f57f484812f5e14 (diff)
downloadPerlNavigator-1ede6d900e442b65ca13b81f332f3536587b3142.zip
Additional docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0e77447..7952158 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,10 @@ Perl::Critic and perlimports are not currently bundled and need to be installed
### Perl paths
-If you have a nonstandard install of Perl, please set the setting `perlnavigator.perlPath`
-You can also add additional include paths that will be added to the perl search path (@INC) via `perlnavigator.includePaths`
+If you have a nonstandard install of Perl, please set the setting `perlnavigator.perlPath`.
+The subfolder ./lib will be added to your path automatically.
+You can also add additional include paths that will be added to the perl search path (@INC) via `perlnavigator.includePaths`.
+You can use $workspaceFolder in includePaths which will be replaced by the full folder path. If you have a multi-root workspace, each folder will be added to the path.
### Perl Critic Customization