Adds details hover to recent changes annotations

This commit is contained in:
Eric Amodio
2017-06-11 17:43:53 -04:00
parent 7f2ec30164
commit ce98f02706
5 changed files with 41 additions and 9 deletions

View File

@@ -237,6 +237,7 @@ export interface IConfig {
recentChanges: {
hover: {
details: boolean;
changes: boolean;
wholeLine: boolean;
};