fixed:默认关闭更新统计.

This commit is contained in:
chriswang521 2024-06-21 13:46:35 +08:00 committed by wangpenglong
parent 1310635c8b
commit 8b454babd2
1 changed files with 1 additions and 1 deletions

View File

@ -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'],