more typings error after adopting const enum

This commit is contained in:
rebornix
2020-03-03 17:30:26 -08:00
parent a3f5a85c26
commit 1a63d4d090
3 changed files with 176 additions and 104 deletions

View File

@@ -718,7 +718,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
source: rawCell.source,
language: rawCell.language,
cellKind: rawCell.cellKind,
outputs: rawCell.outputs
outputs: []
};
}