mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-28 09:35:41 -05:00
Adds a file history explorer view
This commit is contained in:
@@ -296,6 +296,12 @@ export interface IConfig {
|
||||
|
||||
defaultDateFormat: string | null;
|
||||
|
||||
fileHistoryExplorer: {
|
||||
commitFormat: string;
|
||||
// commitFileFormat: string;
|
||||
// dateFormat: string | null;
|
||||
};
|
||||
|
||||
gitExplorer: {
|
||||
commitFormat: string;
|
||||
commitFileFormat: string;
|
||||
|
||||
Reference in New Issue
Block a user