This commit is contained in:
Johannes Rieken
2021-05-10 10:56:13 +02:00
parent b9c5d61dfe
commit 7ea5b137ea
37 changed files with 313 additions and 308 deletions

View File

@@ -140,7 +140,7 @@ suite('Notebook Document', function () {
{
const edit = new vscode.WorkspaceEdit();
edit.replaceNotebookCells(document.uri, new vscode.NotebookRange(0, 0), [{
kind: vscode.NotebookCellKind.Markdown,
kind: vscode.NotebookCellKind.Markup,
language: 'markdown',
metadata: undefined,
outputs: [],
@@ -177,7 +177,7 @@ suite('Notebook Document', function () {
{
const edit = new vscode.WorkspaceEdit();
edit.replaceNotebookCells(document.uri, new vscode.NotebookRange(0, 1), [{
kind: vscode.NotebookCellKind.Markdown,
kind: vscode.NotebookCellKind.Markup,
language: 'markdown',
metadata: undefined,
outputs: [],
@@ -213,7 +213,7 @@ suite('Notebook Document', function () {
const edit = new vscode.WorkspaceEdit();
edit.replaceNotebookCells(document.uri, new vscode.NotebookRange(0, 0), [{
kind: vscode.NotebookCellKind.Markdown,
kind: vscode.NotebookCellKind.Markup,
language: 'markdown',
metadata: undefined,
outputs: [],
@@ -260,7 +260,7 @@ suite('Notebook Document', function () {
const edit = new vscode.WorkspaceEdit();
edit.replaceNotebookCells(notebook.uri, new vscode.NotebookRange(0, 0), [{
kind: vscode.NotebookCellKind.Markdown,
kind: vscode.NotebookCellKind.Markup,
language: 'markdown',
metadata: undefined,
outputs: [],