mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
Changed Insider Builds messaging
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user