Adds support for custom git installation locations

Also gracefully deals with the times when git isn't in the PATH
This commit is contained in:
Eric Amodio
2016-11-10 18:33:28 -05:00
parent f4410be30a
commit 7ace9cb152
8 changed files with 142 additions and 47 deletions

View File

@@ -221,6 +221,11 @@
"default": false,
"description": "Specifies debug mode"
},
"gitlens.advanced.git": {
"type": "string",
"default": null,
"description": "Specifies a git path to use"
},
"gitlens.advanced.output.level": {
"type": "string",
"default": "silent",
@@ -346,8 +351,8 @@
"lodash.debounce": "^4.0.8",
"lodash.escaperegexp": "^4.1.2",
"lodash.isequal": "^4.4.0",
"moment": "^2.15.2",
"spawn-rx": "^2.0.3",
"moment": "^2.16.0",
"spawn-rx": "^2.0.6",
"tmp": "^0.0.30"
},
"devDependencies": {