Commit Graph

32 Commits

Author SHA1 Message Date
Matt Bierner
4eef476a4f Remove old notebook editor api proposal (#164504)
All consumers should now be on the finalized api

Fixes #151661
2022-10-24 14:40:53 -07:00
rebornix
82314b9ed5 remove outdated test 2022-08-03 10:08:02 -07:00
Johannes
3622010b64 Merge branch 'main' into joh/voluminous-lobster 2022-06-09 09:08:20 +02:00
Rob Lourens
c38afc571d Switch deprecated editor.document -> editor.notebook (#151530) 2022-06-08 09:35:00 -07:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
rebornix
943186d56c update nb tests. 2022-04-01 12:10:23 -07:00
rebornix
b8f14d243b fix #138683. 2022-03-29 17:18:13 -07:00
Rob Lourens
f7cb722447 Disable all notebook integration tests in web
See #126371
2022-01-07 09:57:11 -08:00
Benjamin Pasero
0f265a3651 integration tests - skip flakes
https://github.com/microsoft/vscode/issues/139960
https://github.com/microsoft/vscode/issues/139958
2021-12-31 08:14:39 +01:00
Benjamin Pasero
bb39ae82cf smoke - improve runCommand and disable more tests 2021-12-20 08:25:08 +01:00
Rob Lourens
6897670596 Reenable notebook integration tests 2021-12-08 16:40:50 -08:00
Johannes Rieken
13f383439f no test.only, fyi @bpasero 2021-11-01 15:14:36 +01:00
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