Skip to content

Commit 2e2ee18

Browse files
improve workbench.editor.experimentalAutoLockGroups text (#131157)
1 parent d6eea3d commit 2e2ee18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
190190
},
191191
'workbench.editor.experimentalAutoLockGroups': {
192192
'type': 'array',
193-
'description': localize('workbench.editor.experimentalAutoLockGroups', "Experimental: a set of editors that will cause a group to get locked automatically when the editor is the first in the group and only if more than one group is opened. Locked groups will only be used for opening editors when explicitly chosen by user gesture (e.g. drag and drop), but not by default (e.g. from the file picker). As such, the active editor in a locked group is less likely to be replaced by with a different editor by accident."),
193+
'description': localize('workbench.editor.experimentalAutoLockGroups', "Experimental: lock a group automatically when an editor is the first in the group and more than one group is open. Locked groups will only be used for opening editors when explicitly chosen by user gesture (e.g. drag and drop), but not by default. Consequently the active editor in a locked group is less likely to be replaced accidentally with a different editor."),
194194
'items': {
195195
'type': 'string'
196196
},

0 commit comments

Comments
 (0)