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

@@ -87,6 +87,7 @@ export interface IAdvancedConfig {
enabled: boolean;
};
debug: boolean;
git: string;
output: {
level: OutputLevel;
};