mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Makes status bar alignment configurable
This commit is contained in:
committed by
Eric Amodio
parent
0ef1e509a6
commit
263bdc728a
@@ -91,6 +91,7 @@ export interface IStatusBarConfig {
|
||||
command: StatusBarCommand;
|
||||
date: 'off' | 'relative' | 'absolute';
|
||||
dateFormat: string;
|
||||
alignment: 'left' | 'right';
|
||||
}
|
||||
|
||||
export interface IAdvancedConfig {
|
||||
|
||||
Reference in New Issue
Block a user