mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Update text in Getting Started prompt (#358)
This commit is contained in:
@@ -68,7 +68,7 @@ export class ProductContribution implements IWorkbenchContribution {
|
|||||||
text => editorService.openEditor(instantiationService.createInstance(ReleaseNotesInput, pkg.version, text), { pinned: true }),
|
text => editorService.openEditor(instantiationService.createInstance(ReleaseNotesInput, pkg.version, text), { pinned: true }),
|
||||||
() => {
|
() => {
|
||||||
messageService.show(Severity.Info, {
|
messageService.show(Severity.Info, {
|
||||||
message: nls.localize('read the release notes', "Welcome to {0} Public Preview 1! Would you like to view the Getting Started Guide?", product.nameLong, pkg.version),
|
message: nls.localize('read the release notes', "Welcome to {0} December Public Preview! Would you like to view the Getting Started Guide?", product.nameLong, pkg.version),
|
||||||
actions: [
|
actions: [
|
||||||
instantiationService.createInstance(OpenGettingStartedInBrowserAction),
|
instantiationService.createInstance(OpenGettingStartedInBrowserAction),
|
||||||
CloseAction
|
CloseAction
|
||||||
|
|||||||
Reference in New Issue
Block a user