We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb98db commit 4495b3cCopy full SHA for 4495b3c
src/vs/workbench/contrib/debug/browser/debugHover.ts
@@ -115,6 +115,8 @@ export class DebugHoverWidget implements IContentWidget {
115
horizontalScrolling: true,
116
useShadows: false,
117
keyboardNavigationLabelProvider: { getKeyboardNavigationLabel: (e: IExpression) => e.name },
118
+ filterOnType: false,
119
+ simpleKeyboardNavigation: true,
120
overrideStyles: {
121
listBackground: editorHoverBackground
122
}
0 commit comments