Update settings/descriptions to use ADS product name (#7425)

* Update settings to use ADS product name

* Fix JSON comment break
This commit is contained in:
Charles Gagnon
2019-10-02 09:04:09 -07:00
committed by GitHub
parent 60a244888d
commit b5c249c25d
4 changed files with 9 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ configurationRegistry.registerConfiguration({
default: true,
scope: ConfigurationScope.APPLICATION,
title: localize('enableWindowsBackgroundUpdatesTitle', "Enable Background Updates on Windows"),
description: localize('enableWindowsBackgroundUpdates', "Enable to download and install new VS Code Versions in the background 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
included: isWindows && !isWeb
},
'update.showReleaseNotes': {