forked from openkylin/kylin-code
关闭插件的自动更新.
This commit is contained in:
parent
3a52d0351b
commit
35ff3391cc
|
@ -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']
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue