提交 e48a7d89 编写于 作者: D Daniel Imms

Tweak dom renderer message

上级 84eb4778
......@@ -467,8 +467,8 @@ export class TerminalInstance implements ITerminalInstance {
this._notificationService.prompt(
Severity.Warning,
// TODO: Fill in link
nls.localize('terminal.slowRenderingNoLink', 'The terminal GPU-based rendering appears to be slow on your computer, do you want to use the fallback non-GPU renderer?'),
// nls.localize('terminal.slowRendering', 'The terminal GPU-based rendering appears to be slow on your computer, do you want to use the fallback non-GPU renderer? [Read more about terminal settings](https://code.visualstudio.com).'),
nls.localize('terminal.slowRenderingNoLink', 'The current standard canvas renderer for the integrated terminal appears to be slow on your computer. Using the DOM-based renderer may improve performance, do you want to switch to the DOM-based renderer?'),
// nls.localize('terminal.slowRendering', 'The current standard canvas renderer for the integrated terminal appears to be slow on your computer. Using the DOM-based renderer may improve performance, do you want to switch to the DOM-based renderer? [Read more about terminal settings](https://code.visualstudio.com).'),
promptChoices
);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册