mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-29 17:25:20 -05:00
Removes obsolete character settings
This commit is contained in:
@@ -19,12 +19,6 @@ export interface IBlameConfig {
|
||||
dateFormat: string;
|
||||
message: boolean;
|
||||
activeLine: 'off' | 'inline' | 'hover' | 'both';
|
||||
characters: {
|
||||
ellipse: string;
|
||||
indent: string;
|
||||
padding: string;
|
||||
separator: string;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user