mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-09 17:52:39 -05:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user