Skip to content

Commit

Permalink
debug hover: show horizontal scroll for tree
Browse files Browse the repository at this point in the history
fixes #52511
  • Loading branch information
isidorn committed Sep 21, 2018
1 parent b731fdc commit f696090
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class DebugHoverWidget implements IContentWidget {
controller: this.instantiationService.createInstance(DebugHoverController, this.editor)
}, {
indentPixels: 6,
horizontalScrollMode: ScrollbarVisibility.Auto,
twistiePixels: 15,
ariaLabel: nls.localize('treeAriaLabel', "Debug Hover")
});
Expand Down

0 comments on commit f696090

Please sign in to comment.