Commit Graph

20 Commits

Author SHA1 Message Date
Johannes Rieken
7283f5cb7c fix https://github.com/microsoft/vscode/issues/130057 2021-10-12 13:12:11 +02:00
Matt Bierner
d082058d44 Add API for setting kernelspec in ipynb files (#131219)
* Add API for setting kernelspec in ipynb files

Fixes #130602

This adds a new API to the built-in ipynb extension that lets other extension set the kernelspec metadata on a notebook file

* Temporarily skip the notebook editor tests

We need the new webview content to be published before these can run

* Use `custom`  instead of top level property
2021-08-24 18:06:53 -07:00
Matt Bierner
a024cbcc42 Unskip tests 2021-08-24 15:14:15 -07:00
Matt Bierner
e4a7f93ed3 Temporarily skip the notebook editor tests
We need the new webview content to be published before these can run
2021-08-23 19:25:55 -07:00
rebornix
896c26bdb3 Move editor tests to notebook.editor 2021-06-07 16:06:44 -07:00
Johannes Rieken
ac05ae7b6f move file'ish things into workspace namespace 2021-06-02 09:43:07 +02:00
rebornix
b154a3d304 skip view column test. 2021-06-01 18:30:38 -07:00
Johannes Rieken
545b931b96 remove dedicated types for notebook and cell metadata 2021-06-01 14:50:53 +02:00
Johannes Rieken
0b3618c6e9 fix integration test 2021-05-12 08:53:18 +02:00
rebornix
05d4a5c56d skip test. 2021-05-11 15:01:45 -07:00
Johannes Rieken
7194c24dad use serializer in NB integration test 2021-04-21 11:50:02 +02:00
Johannes Rieken
407a0e3723 assert that we have static view columns
https://github.com/microsoft/vscode/issues/115704
2021-03-31 17:51:15 +02:00
Johannes Rieken
4fd610fc71 try bigger timeout awaiting events 2021-03-31 08:45:17 +02:00
rebornix
588c2f6c78 skip showNotebookDocment. 2021-03-30 11:32:00 -07:00
Johannes Rieken
d13f3b4a2f remove NotebookContentProvider#resolveNotebook 2021-03-29 12:21:45 +02:00
Benjamin Pasero
7a55f6fed7 skip failing notebook test 2021-03-15 13:24:01 +01:00
Johannes Rieken
0e05a1f21a fix integration test 2021-03-15 09:11:45 +01:00
Johannes Rieken
819cb01e0e make notebook integration test more stable, fixes https://github.com/microsoft/vscode/issues/118889 2021-03-15 08:58:55 +01:00
Johannes Rieken
6117524374 make NotebookCellData and NotebookData classes, rename NotebookCellData#cellKind to NotebookCellData#kind 2021-03-05 15:17:55 +01:00
Johannes Rieken
997c9f2930 add showNotebookDocument overload or uri 2021-03-05 14:50:47 +01:00