Skip to content

Commit

Permalink
2.1.3 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Oct 3, 2022
1 parent cd4e830 commit 9811f81
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 209 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Enable usage of variable panel when using the notebook
- Clean the typescript code
- Fix notebook show image in linux system (because a variable not required using windows system is required when using linux?)

## v2.1.2

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@
},
"scripts": {
"compile": "tsc -b",
"test": "sh ./scripts/e2e.sh",
"vscode:prepublish": "webpack --mode production",
"webpack": "webpack --mode development",
"webpack-dev": "webpack --mode development --watch",
Expand Down
6 changes: 0 additions & 6 deletions scripts/e2e.sh

This file was deleted.

4 changes: 3 additions & 1 deletion src/moosebook/MoosebookController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ export class MoosebookController {
items.push(NotebookCellOutputItem.text(value.content, value.mimetype))
}
})
let output = new NotebookCellOutput(items);
output.metadata = []
execution.replaceOutput([
new NotebookCellOutput(items)
output
]);
execution.end(true, Date.now());
documentExplorer.refresh();
Expand Down
43 changes: 0 additions & 43 deletions src/test/completion.test.ts

This file was deleted.

41 changes: 0 additions & 41 deletions src/test/diagnostics.test.ts

This file was deleted.

47 changes: 0 additions & 47 deletions src/test/helper.ts

This file was deleted.

43 changes: 0 additions & 43 deletions src/test/index.ts

This file was deleted.

27 changes: 0 additions & 27 deletions src/test/runTest.ts

This file was deleted.

0 comments on commit 9811f81

Please sign in to comment.