Fixes #108 - hides stash explorer by default

Adds stash explorer toggle command
This commit is contained in:
Eric Amodio
2017-07-03 09:39:38 -04:00
parent 62a148c156
commit a2cd57cf95
4 changed files with 69 additions and 31 deletions

View File

@@ -304,12 +304,14 @@ export interface IConfig {
defaultDateFormat: string | null;
gitExplorer: {
enabled: boolean;
commitFormat: string;
commitFileFormat: string;
// dateFormat: string | null;
};
stashExplorer: {
enabled: boolean;
stashFormat: string;
stashFileFormat: string;
// dateFormat: string | null;