mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-09 09:42:41 -05:00
Adds control over annotation characters
This commit is contained in:
@@ -16,6 +16,12 @@ export interface IBlameConfig {
|
||||
date: 'off' | 'relative' | 'absolute';
|
||||
message: boolean;
|
||||
activeLine: 'off' | 'inline' | 'hover' | 'both';
|
||||
characters: {
|
||||
ellipse: string;
|
||||
indent: string;
|
||||
padding: string;
|
||||
separator: string;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user