提交 cf0a7bfc 编写于 作者: R Rob Lourens

Update "renderer not available" message

上级 04485223
......@@ -455,7 +455,7 @@ export class CellOutputElement extends Disposable {
return `${displayName} (${renderInfo.extensionId.value})`;
}
return nls.localize('unavailableRenderInfo', "not available");
return nls.localize('unavailableRenderInfo', "renderer not available");
}
private _outputHeightTimer: any = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册