Reworks the design of hover annotations

Combines activeline annotation settings
This commit is contained in:
Eric Amodio
2017-02-06 14:59:08 -05:00
parent dfacc2bf6e
commit 9edf629c3b
5 changed files with 69 additions and 49 deletions

View File

@@ -15,9 +15,7 @@ export interface IBlameConfig {
author: boolean;
date: 'off' | 'relative' | 'absolute';
message: boolean;
activeLine: {
enabled: boolean;
};
activeLine: 'off' | 'inline' | 'hover' | 'both';
};
}