提交 6f1731c5 编写于 作者: D Daniel Imms

Prevent error when hitting No button

Fixes #50124
上级 5ce6a2ea
......@@ -453,7 +453,8 @@ export class TerminalInstance implements ITerminalInstance {
}
} as IPromptChoice,
{
label: nls.localize('no', "No")
label: nls.localize('no', "No"),
run: () => { }
} as IPromptChoice,
{
label: nls.localize('dontShowAgain', "Don't Show Again"),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册