Skip to content

Commit 4495b3c

Browse files
committed
1 parent 5cb98db commit 4495b3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/debug/browser/debugHover.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ export class DebugHoverWidget implements IContentWidget {
115115
horizontalScrolling: true,
116116
useShadows: false,
117117
keyboardNavigationLabelProvider: { getKeyboardNavigationLabel: (e: IExpression) => e.name },
118+
filterOnType: false,
119+
simpleKeyboardNavigation: true,
118120
overrideStyles: {
119121
listBackground: editorHoverBackground
120122
}

0 commit comments

Comments
 (0)