enablewindowsbackgroundupdate false

This commit is contained in:
Anthony Dresser
2020-04-15 16:15:19 -07:00
parent f364a60eca
commit 5b7224fa5e

View File

@@ -38,7 +38,7 @@ configurationRegistry.registerConfiguration({
},
'update.enableWindowsBackgroundUpdates': {
type: 'boolean',
default: true,
default: false,
scope: ConfigurationScope.APPLICATION,
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