提交 85f1ba00 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #13028 from Microsoft/waderyan/update-insiders-messaging

Changed Insider Builds messaging
......@@ -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');
\ No newline at end of file
.registerWorkbenchAction(new SyncActionDescriptor(ShowCurrentReleaseNotesAction, ShowCurrentReleaseNotesAction.ID, ShowCurrentReleaseNotesAction.LABEL), 'Open Release Notes');
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册