enablewindowsbackgroundupdate false

This commit is contained in:
Anthony Dresser
2020-04-15 16:15:19 -07:00
parent f364a60eca
commit 5b7224fa5e
@@ -38,7 +38,7 @@ configurationRegistry.registerConfiguration({
}, },
'update.enableWindowsBackgroundUpdates': { 'update.enableWindowsBackgroundUpdates': {
type: 'boolean', type: 'boolean',
default: true, default: false,
scope: ConfigurationScope.APPLICATION, scope: ConfigurationScope.APPLICATION,
title: localize('enableWindowsBackgroundUpdatesTitle', "Enable Background Updates on Windows"), title: localize('enableWindowsBackgroundUpdatesTitle', "Enable Background Updates on Windows"),
description: localize('enableWindowsBackgroundUpdates', "Enable to download and install new Azure Data Studio Versions in the background on Windows"), // {{SQL CARBON EDIT}} Change product name to ADS description: localize('enableWindowsBackgroundUpdates', "Enable to download and install new Azure Data Studio Versions in the background on Windows"), // {{SQL CARBON EDIT}} Change product name to ADS