mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-22 09:45:37 -05:00
Adds details hover to recent changes annotations
This commit is contained in:
@@ -237,6 +237,7 @@ export interface IConfig {
|
||||
|
||||
recentChanges: {
|
||||
hover: {
|
||||
details: boolean;
|
||||
changes: boolean;
|
||||
wholeLine: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user