Skip to content

Commit 53830a5

Browse files
authored
1 parent 1612960 commit 53830a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
136136
localize('none', "None"),
137137
],
138138
enumDescriptions: [
139-
localize('extensions.autoUpdate.true', 'Download and install updates automatically for all extensions.'),
140-
localize('extensions.autoUpdate.enabled', 'Download and install updates automatically only for enabled extensions. Disabled extensions will not be updated automatically.'),
139+
localize('extensions.autoUpdate.true', 'Download and install updates automatically for all extensions except for those updates are ignored.'),
140+
localize('extensions.autoUpdate.enabled', 'Download and install updates automatically only for enabled extensions except for those updates are ignored. Disabled extensions are not updated automatically.'),
141141
localize('extensions.autoUpdate.false', 'Extensions are not automatically updated.'),
142142
],
143143
description: localize('extensions.autoUpdate', "Controls the automatic update behavior of extensions. The updates are fetched from a Microsoft online service."),

0 commit comments

Comments
 (0)