mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-11 10:38:33 -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:
@@ -87,6 +87,7 @@ export interface IAdvancedConfig {
|
||||
enabled: boolean;
|
||||
};
|
||||
debug: boolean;
|
||||
git: string;
|
||||
output: {
|
||||
level: OutputLevel;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user