Skip to content

Commit 505389c

Browse files
committed
Improve sash setting description
1 parent ceb87a1 commit 505389c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/sash/browser/sash.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
2626
'default': isIPad ? maxSize : minSize,
2727
'minimum': minSize,
2828
'maximum': maxSize,
29-
'description': localize('sashSize', "Controls the size of the sash.")
29+
'description': localize('sashSize', "Controls the feedback area size in pixels of the dragging area in between views/editors. Set it to a larger value if you feel it's hard to resize views using the mouse.")
3030
},
3131
}
3232
});

0 commit comments

Comments
 (0)