Skip to content

Commit 4928dcd

Browse files
committed
Keep the editor hover above by default
1 parent 641467d commit 4928dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/config/editorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ class EditorHover extends BaseEditorOption<EditorOption.hover, EditorHoverOption
17951795
enabled: true,
17961796
delay: 300,
17971797
sticky: true,
1798-
above: false,
1798+
above: true,
17991799
};
18001800
super(
18011801
EditorOption.hover, 'hover', defaults,

0 commit comments

Comments
 (0)