You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/browser/workbench.contribution.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -412,7 +412,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
412
412
'zenMode.hideActivityBar': {
413
413
'type': 'boolean',
414
414
'default': true,
415
-
'description': nls.localize('zenMode.hideActivityBar',"Controls whether turning on Zen Mode also hides the activity bar at the left of the workbench.")
415
+
'description': nls.localize('zenMode.hideActivityBar',"Controls whether turning on Zen Mode also hides the activity bar either at the left or right of the workbench.")
0 commit comments