mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user