From 763748e43cfa243d6e003a0f5fbfa1fcf6edec8c Mon Sep 17 00:00:00 2001 From: rebornix Date: Tue, 21 Apr 2020 14:19:11 -0700 Subject: [PATCH] :lipstick: --- src/vs/workbench/contrib/notebook/test/testNotebookEditor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/workbench/contrib/notebook/test/testNotebookEditor.ts b/src/vs/workbench/contrib/notebook/test/testNotebookEditor.ts index 3ab08744882..14ffa70f66d 100644 --- a/src/vs/workbench/contrib/notebook/test/testNotebookEditor.ts +++ b/src/vs/workbench/contrib/notebook/test/testNotebookEditor.ts @@ -150,8 +150,8 @@ export class TestNotebookEditor implements INotebookEditor { revealInCenterIfOutsideViewport(cell: CellViewModel): void { throw new Error('Method not implemented.'); } - async insertNotebookCell(cell: CellViewModel, type: CellKind, direction: 'above' | 'below'): Promise { - // throw new Error('Method not implemented.'); + async insertNotebookCell(cell: CellViewModel, type: CellKind, direction: 'above' | 'below'): Promise { + throw new Error('Method not implemented.'); } deleteNotebookCell(cell: CellViewModel): void { // throw new Error('Method not implemented.'); -- GitLab