fixed:默认关闭更新统计.
This commit is contained in:
parent
1310635c8b
commit
8b454babd2
|
@ -18,7 +18,7 @@ configurationRegistry.registerConfiguration({
|
|||
'update.mode': {
|
||||
type: 'string',
|
||||
enum: ['enable', 'disable'],
|
||||
default: 'enable',
|
||||
default: 'disable',
|
||||
scope: ConfigurationScope.APPLICATION,
|
||||
description: localize('updateMode', "Configure whether you receive automatic updates. Requires a restart after change. The updates are fetched from a Kylin online service.").replace('微软', 'Kylin'),
|
||||
tags: ['usesOnlineServices'],
|
||||
|
|
Loading…
Reference in New Issue