Fix to open ADS release notes instead of VS Code (#7418)

* Open latest ADS release notes in browser

* Only show release notes for stable builds

* Update config description text

* Have release notes notification prompt user before opening

* Remove unneeded import
This commit is contained in:
Charles Gagnon
2019-10-03 13:28:04 -07:00
committed by GitHub
parent a0f1d68cfb
commit 18c12dac9a
2 changed files with 26 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ configurationRegistry.registerConfiguration({
type: 'boolean',
default: true,
scope: ConfigurationScope.APPLICATION,
description: localize('showReleaseNotes', "Show Release Notes after an update. The Release Notes are fetched from a Microsoft online service."),
description: localize('showReleaseNotes', "Show Release Notes after an update. The Release Notes are opened in a new web browser window."), // {{SQL CARBON EDIT}} Update text to be correct for ADS
tags: ['usesOnlineServices']
}
}