mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-22 17:26:10 -05:00
@@ -11,6 +11,7 @@ export const BlameAnnotationStyle = {
|
||||
export interface IBlameConfig {
|
||||
annotation: {
|
||||
style: BlameAnnotationStyle;
|
||||
highlight: 'none' | 'gutter' | 'line' | 'both';
|
||||
sha: boolean;
|
||||
author: boolean;
|
||||
date: 'off' | 'relative' | 'absolute';
|
||||
|
||||
Reference in New Issue
Block a user