mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-22 09:45:37 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user