diff --git a/src/vs/workbench/contrib/sash/browser/sash.contribution.ts b/src/vs/workbench/contrib/sash/browser/sash.contribution.ts index c5682a2e51d..1dfb6be879b 100644 --- a/src/vs/workbench/contrib/sash/browser/sash.contribution.ts +++ b/src/vs/workbench/contrib/sash/browser/sash.contribution.ts @@ -26,7 +26,7 @@ Registry.as(ConfigurationExtensions.Configuration) 'default': isIPad ? maxSize : minSize, 'minimum': minSize, 'maximum': maxSize, - 'description': localize('sashSize', "Controls the size of the sash.") + '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.") }, } });