mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
more typings error after adopting const enum
This commit is contained in:
@@ -718,7 +718,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape, ExtHostN
|
||||
source: rawCell.source,
|
||||
language: rawCell.language,
|
||||
cellKind: rawCell.cellKind,
|
||||
outputs: rawCell.outputs
|
||||
outputs: []
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user