关闭插件的自动更新.

This commit is contained in:
chriswang521 2023-05-19 17:18:23 +08:00
parent 3a52d0351b
commit 35ff3391cc
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
localize('extensions.autoUpdate.false', 'Extensions are not automatically updated.'),
],
description: localize('extensions.autoUpdate', "Controls the automatic update behavior of extensions. The updates are fetched from a Microsoft online service."),
default: true,
default: false,
scope: ConfigurationScope.APPLICATION,
tags: ['usesOnlineServices']
},