mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
@@ -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")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user