Fixes #20: adds gitlens.advanced.gitignore.enabled

Nested .gitignore files can cause blame to fail with a repo within another repo
This commit is contained in:
Eric Amodio
2017-01-10 08:41:08 -05:00
parent 79e5370a13
commit d2ad2b6a0f
4 changed files with 36 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "1.4.0",
"version": "1.4.1",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
@@ -226,6 +226,11 @@
"default": null,
"description": "Specifies a git path to use"
},
"gitlens.advanced.gitignore.enabled": {
"type": "boolean",
"default": true,
"description": "Specifies whether or not to parse the root .gitignore file for better performance (i.e. avoids blaming excluded files)"
},
"gitlens.advanced.maxQuickHistory": {
"type": "number",
"default": 200,