Skip to content

Commit 9433552

Browse files
committed
Changes gutter hover to default to whole line
1 parent e8c47c4 commit 9433552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
"gitlens.annotations.file.gutter.hover.wholeLine": {
111111
"type": "boolean",
112-
"default": false,
112+
"default": true,
113113
"description": "Specifies whether or not to trigger hover annotations over the whole line"
114114
},
115115
"gitlens.annotations.file.hover.heatmap.enabled": {

0 commit comments

Comments
 (0)