提交 2fc01432 编写于 作者: J Johannes Rieken

add some todos

上级 08695ede
......@@ -1226,6 +1226,7 @@ declare module 'vscode' {
export type CellOutput = CellStreamOutput | CellErrorOutput | CellDisplayOutput;
//TODO@jrieken rename to NotebookCellOutputItem
export class NotebookCellOutput {
readonly mime: string;
......@@ -1235,6 +1236,8 @@ declare module 'vscode' {
constructor(mime: string, value: unknown, metadata?: Record<string, string | number | boolean>);
}
//TODO@jrieken rename to NotebookCellOutput
//TODO@jrieken add id?
export class NotebookCellOutputList {
readonly outputs: NotebookCellOutput[];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册