mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
remove dedicated types for notebook and cell metadata
This commit is contained in:
@@ -13,7 +13,6 @@ suite('Notebook Editor', function () {
|
||||
deserializeNotebook() {
|
||||
return new vscode.NotebookData(
|
||||
[new vscode.NotebookCellData(vscode.NotebookCellKind.Code, '// code cell', 'javascript')],
|
||||
new vscode.NotebookDocumentMetadata()
|
||||
);
|
||||
}
|
||||
serializeNotebook() {
|
||||
|
||||
Reference in New Issue
Block a user