Changed Insider Builds messaging

This commit is contained in:
Wade Anderson
2016-09-29 11:11:15 -07:00
committed by GitHub
parent a51aa786ba
commit c1af35126d

View File

@@ -82,7 +82,7 @@ export class UpdateContribution implements IWorkbenchContribution {
if (shouldShowInsiderDisclaimer && /-alpha$|-insider$/.test(pkg.version)) {
setTimeout(() => {
messageService.show(Severity.Info, {
message: nls.localize('insiderBuilds', "Insider builds are becoming daily builds!", product.nameLong, pkg.version),
message: nls.localize('insiderBuilds', "Insider builds and releases everyday!", product.nameLong, pkg.version),
actions: [
new Action('update.insiderBuilds', nls.localize('readmore', "Read More"), '', true, () => {
shell.openExternal('http://go.microsoft.com/fwlink/?LinkID=798816');
@@ -118,4 +118,4 @@ Registry.as<IEditorRegistry>(EditorExtensions.Editors)
.registerEditor(editorDescriptor, [new SyncDescriptor(ReleaseNotesInput)]);
Registry.as<IWorkbenchActionRegistry>(ActionExtensions.WorkbenchActions)
.registerWorkbenchAction(new SyncActionDescriptor(ShowCurrentReleaseNotesAction, ShowCurrentReleaseNotesAction.ID, ShowCurrentReleaseNotesAction.LABEL), 'Open Release Notes');
.registerWorkbenchAction(new SyncActionDescriptor(ShowCurrentReleaseNotesAction, ShowCurrentReleaseNotesAction.ID, ShowCurrentReleaseNotesAction.LABEL), 'Open Release Notes');