Skip to content

Commit fa2c889

Browse files
authored
Merge pull request microsoft#103359 from DTan13/master
Activity bar can be at left or right of workbench
2 parents c67a82d + 5f8c07e commit fa2c889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ import { workbenchConfigurationNodeBase } from 'vs/workbench/common/configuratio
412412
'zenMode.hideActivityBar': {
413413
'type': 'boolean',
414414
'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.")
416416
},
417417
'zenMode.hideLineNumbers': {
418418
'type': 'boolean',

0 commit comments

Comments
 (0)