|
@ -483,7 +483,7 @@ export class GraphWebview extends WebviewBase { |
|
|
configuration.changed(e, 'graph.dateStyle') || |
|
|
configuration.changed(e, 'graph.dateStyle') || |
|
|
configuration.changed(e, 'graph.highlightRowsOnRefHover') || |
|
|
configuration.changed(e, 'graph.highlightRowsOnRefHover') || |
|
|
configuration.changed(e, 'graph.showGhostRefsOnRowHover') || |
|
|
configuration.changed(e, 'graph.showGhostRefsOnRowHover') || |
|
|
configuration.changed(e, 'graph.showRemoteNamesOnRefs') |
|
|
|
|
|
|
|
|
configuration.changed(e, 'graph.showRemoteNames') |
|
|
) { |
|
|
) { |
|
|
void this.notifyDidChangeConfiguration(); |
|
|
void this.notifyDidChangeConfiguration(); |
|
|
} |
|
|
} |
|
@ -1201,7 +1201,7 @@ export class GraphWebview extends WebviewBase { |
|
|
enableMultiSelection: false, |
|
|
enableMultiSelection: false, |
|
|
highlightRowsOnRefHover: configuration.get('graph.highlightRowsOnRefHover'), |
|
|
highlightRowsOnRefHover: configuration.get('graph.highlightRowsOnRefHover'), |
|
|
showGhostRefsOnRowHover: configuration.get('graph.showGhostRefsOnRowHover'), |
|
|
showGhostRefsOnRowHover: configuration.get('graph.showGhostRefsOnRowHover'), |
|
|
showRemoteNamesOnRefs: configuration.get('graph.showRemoteNamesOnRefs'), |
|
|
|
|
|
|
|
|
showRemoteNamesOnRefs: configuration.get('graph.showRemoteNames'), |
|
|
idLength: configuration.get('advanced.abbreviatedShaLength'), |
|
|
idLength: configuration.get('advanced.abbreviatedShaLength'), |
|
|
}; |
|
|
}; |
|
|
return config; |
|
|
return config; |
|
|