Commit graph

144 commits

Author SHA1 Message Date
Johannes Rieken 2d6c2d0b2d wip - move notebook integration test into our normal API test extension 2021-02-12 19:17:03 +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 bd47ac847c auto save ... 2021-02-08 16:57:09 -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 a873e60a71 💄 strict assertions 2021-02-08 18:15:10 +01:00
rebornix 2ff5b909ba fix smoke test typings. 2021-02-04 18:35:08 -08:00
rebornix 0df177fe39 fix tests. 2021-02-04 18:33:17 -08:00
rebornix 16d8419562 smoke test 2021-02-02 11:32:29 -08:00
rebornix c3c0db94f3 Merge remote-tracking branch 'origin' into rebornix/multi-selection 2021-02-02 09:42:55 -08:00
rebornix c4f273e3df fix tests. 2021-02-02 09:39:10 -08:00
João Moreno ec805db5ed
add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
rebornix 6794401b7c minimal changes 2021-01-26 08:15:15 -08:00
rebornix 5e948799db fix build 2021-01-25 17:29:14 -08:00
rebornix ae8bd3216f 💂 tests for selecting kernel. 2021-01-25 15:58:57 -08:00
Alexandru Dima 4fc14314b6
Fix compilation problem 2020-12-18 14:58:02 +01:00
Alexandru Dima edd37076b4
Adopt new mocha types 2020-12-18 14:19:51 +01:00
Alexandru Dima f74ad9692f
Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01:00
Alexandru Dima fee6dbf4e0
Merge remote-tracking branch 'origin/master' into alex/node-modules-vscode 2020-12-17 22:02:47 +01:00
Alexandru Dima 7ca71e763d
Move away from deprecated 'vscode' node module (#112718) 2020-12-17 21:40:14 +01:00
Alexandru Dima e0498f0cdd
Share typescript node module (#112718) 2020-12-17 20:58:11 +01:00
Alexandru Dima ed19f6082f
Share mocha related node modules (#112718) 2020-12-17 11:03:49 +01:00
rebornix 9ba85c3d66 💄 2020-10-06 11:18:52 -07:00
rebornix ac85c3ca2c fix notebook extension compile errors. 2020-10-06 11:06:12 -07:00
Johannes Rieken 1e7454f72a renames 2020-09-25 18:04:10 +02:00
Johannes Rieken 08695ede81 adopt changes after feedback round one 2020-09-25 18:00:11 +02:00
Johannes Rieken b297be52ca new proposal for NotebookCellOutput, partial implementation 2020-09-25 11:44:23 +02:00
rebornix 71630dd5ff Revert "disable failing notebook tests, https://github.com/microsoft/vscode/issues/107210"
This reverts commit 6f41bfa822.
2020-09-22 08:46:43 -07:00
Johannes Rieken 6f41bfa822 disable failing notebook tests, https://github.com/microsoft/vscode/issues/107210 2020-09-22 11:17:34 +02:00
Matt Bierner d1b49cd8b9 Adding more explicit typings for TS 4.1 new Promise logic 2020-09-16 11:58:01 -07:00
Johannes Rieken f096f59404 refine test for https://github.com/microsoft/vscode/issues/106657 and document issue with fragments and the editor opener 2020-09-14 16:58:37 +02:00
Johannes Rieken a6ae00a384 add regression test for https://github.com/microsoft/vscode/issues/106657 2020-09-14 16:42:56 +02:00
Johannes Rieken b9291026a6 adopt notebook integration tests, https://github.com/microsoft/vscode/issues/105283 2020-09-14 10:23:53 +02:00
rebornix b37c4b08e9 re #105735. batch apply edits. 2020-09-10 14:02:16 -07:00
Johannes Rieken 7fdda46e16 some integration tests for notebook editing, https://github.com/microsoft/vscode/issues/105283 2020-09-10 18:21:24 +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
rebornix deaf9f2689 💂 polish nb tests. 2020-09-09 12:04:20 -07:00
rebornix d3cfbddde1 fix tests. 2020-08-31 12:16:35 -07:00
Johannes Rieken 807eb37826 make sure replaceOutput updates the extension host side, update tests https://github.com/microsoft/vscode/issues/105283 2020-08-28 17:59:10 +02:00
Johannes Rieken a3f414cf5a add some integration tests for notebook editing, https://github.com/microsoft/vscode/issues/105283 2020-08-28 17:59:10 +02:00
rebornix 883749806b support revert notebook cell metadata in diff view. 2020-08-27 11:26:01 -07:00
Connor Peet d4f6fe3227
notebooks: deprecate viewType for renderers, prefer renderer ID 2020-08-21 10:09:04 -07:00
Connor Peet d20e086afc
Merge branch 'connor4312/rm-old-renderer-api' 2020-08-21 09:12:08 -07:00
Ladislau Szomoru 06730e3e29
Azure DevOps pipeline - generate unique test result names (#105148)
* Set suite name based on environment variable
2020-08-21 15:05:15 +02:00
Connor Peet 24b712d7c2
notebooks: remove impure renderer API
This removes the initial notebook renderer API and keeps the 'pure'
renderer API described in #102644 and hacked-in previously.

Remaining work in this area, in no particular order:

- Add messaging context to postMessage as requested by Don (API proposal TBA)
- Cleanups around how state is managed internally in the backLayerWebView
- Deprecate the renderer `viewType` in favor of calling it the `id` or `rendererId`

Q: I kept around some of the "transform" functions since the mime type
picking happens there, not sure if there's a better place for this
to happen now, or whether these methods should simply be renamed.
2020-08-19 15:47:02 -07:00
Ladislau Szomoru b2efcbf687
Add process.arch into the test results file name (#104946) 2020-08-19 07:48:37 +02:00
Johannes Rieken 6458962368 update integration tests 2020-08-10 18:28:58 +02:00
Johannes Rieken 5fe144cf97 Merge branch 'master' into joh/celldocs 2020-08-10 18:24:01 +02:00