Commit Graph

29 Commits

Author SHA1 Message Date
Johannes Rieken
5f48de03e6 use metadata classes for cell and notebook document implementation, https://github.com/microsoft/vscode/issues/116333 2021-02-15 16:54:40 +01:00
Johannes Rieken
3e2aebd790 Revert "use metadata classes inside NotebookCell and NotebookDocument"
This reverts commit 8848ddd9c0.
2021-02-15 16:06:48 +01:00
Johannes Rieken
8848ddd9c0 use metadata classes inside NotebookCell and NotebookDocument 2021-02-15 15:29:33 +01:00
Johannes Rieken
7dc11581e4 remove unused event 2021-02-15 15:29:33 +01:00
Johannes Rieken
868fb4c39f rename CellKind to NotebookCellKind 2021-02-12 10:25:12 +01:00
Johannes Rieken
ccc28e3726 Remove languages property from NotebookData and NotebookDocument 2021-02-11 14:21:40 +01:00
rebornix
fd6997fdc7 new output type shape only. 2021-02-08 17:07:10 -08:00
rebornix
0544c1d391 remove legacy typings. 2021-02-08 14:48:26 -08:00
Johannes Rieken
3edc9925e0 NotebookDocument#metadata is readonly 2021-02-08 18:38:17 +01:00
Johannes Rieken
4821adfc12 move convert logic into extHostTypeConverters 2021-02-08 09:09:42 +01:00
rebornix
5024a7053a convert output exthost/main. not optimized. 2021-02-05 14:34:40 -08:00
rebornix
0a972947a1 no error and stream output anymore 2021-02-05 11:41:41 -08:00
rebornix
175ac0e0e5 OutputDto always has id 2021-02-05 11:25:54 -08:00
Johannes Rieken
f3fd96e0f9 add NotebookCell#output2 2021-02-05 12:27:16 +01:00
rebornix
0df177fe39 fix tests. 2021-02-04 18:33:17 -08:00
rebornix
f2b87fd6cd Extensions do not update cell outputs/metadata directly. 2021-02-04 16:35:50 -08:00
rebornix
b5ba200088 output always contains id 2021-02-04 11:44:02 -08:00
rebornix
04abcc0338 yarn watchd does not detect interface change again. 2021-02-02 11:44:47 -08:00
Johannes Rieken
005db8394c throw an error with a clear message when a notebook document is missing, https://github.com/microsoft/vscode/issues/115018 2021-01-26 18:32:06 +01:00
rebornix
e42a46ab35 Notebook document content options. 2020-09-17 17:13:29 -07:00
Johannes Rieken
933bdbc296 add NotebookCell#index, https://github.com/microsoft/vscode/issues/106637 2020-09-14 10:39:43 +02:00
rebornix
402092dd67 fix #106430. 2020-09-11 15:12:57 -07:00
rebornix
c53524a198 cell language should not be freezed. 2020-09-11 11:59:36 -07:00
rebornix
59dcc5c912 notebook document data loss. 2020-09-11 10:57:47 -07:00
rebornix
b37c4b08e9 re #105735. batch apply edits. 2020-09-10 14:02:16 -07:00
Johannes Rieken
01f9355f65 debt - simplify metadata edit because we now have CellEditType.DocumentMetadata 2020-09-10 11:48:44 +02:00
rebornix
03960a5aa1 re #105735. no more udpateMetadata api. 2020-09-09 16:45:00 -07:00
rebornix
73a3c9ded3 re #105735. 2020-09-09 16:45:00 -07:00
Johannes Rieken
6e35aa3ceb chore - extract extHostNotebookDocument for the NotebookDocument and NotebookCell types and friends 2020-09-09 11:38:20 +02:00