From 8b454babd21d673135f22b7081d002fb1d7a0bc6 Mon Sep 17 00:00:00 2001 From: chriswang521 Date: Fri, 21 Jun 2024 13:46:35 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=9F=E8=AE=A1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vs/platform/update/common/update.config.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/platform/update/common/update.config.contribution.ts b/src/vs/platform/update/common/update.config.contribution.ts index 9197028a..9307ee22 100644 --- a/src/vs/platform/update/common/update.config.contribution.ts +++ b/src/vs/platform/update/common/update.config.contribution.ts @@ -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'],