mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-08 09:38:30 -05:00
Reworks the design of hover annotations
Combines activeline annotation settings
This commit is contained in:
@@ -15,9 +15,7 @@ export interface IBlameConfig {
|
||||
author: boolean;
|
||||
date: 'off' | 'relative' | 'absolute';
|
||||
message: boolean;
|
||||
activeLine: {
|
||||
enabled: boolean;
|
||||
};
|
||||
activeLine: 'off' | 'inline' | 'hover' | 'both';
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user