Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/workbench/contrib/debug/browser/debugHover.ts')
-rw-r--r--src/vs/workbench/contrib/debug/browser/debugHover.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vs/workbench/contrib/debug/browser/debugHover.ts b/src/vs/workbench/contrib/debug/browser/debugHover.ts
index 21d65a90cb3..6308c2b6c5b 100644
--- a/src/vs/workbench/contrib/debug/browser/debugHover.ts
+++ b/src/vs/workbench/contrib/debug/browser/debugHover.ts
@@ -116,8 +116,6 @@ export class DebugHoverWidget implements IContentWidget {
horizontalScrolling: true,
useShadows: false,
keyboardNavigationLabelProvider: { getKeyboardNavigationLabel: (e: IExpression) => e.name },
- filterOnType: false,
- simpleKeyboardNavigation: true,
overrideStyles: {
listBackground: editorHoverBackground
}