Commit Graph

161 Commits

Author SHA1 Message Date
Johannes Rieken 4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Benjamin Pasero b9a2191563 files - add a method to generate a random path name (#139364) 2021-12-17 11:08:17 +01:00
Johannes Rieken 68e819043c use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
Johannes Rieken 9254a8cd27 move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Johannes Rieken ac05ae7b6f move file'ish things into workspace namespace 2021-06-02 09:43:07 +02:00
Johannes Rieken ee87b2bd43 missing adopting for end-call 2021-06-02 08:22:26 +02:00
Johannes Rieken 6dbbcc2eee fix compile issues... 2021-06-01 19:30:00 +02:00
Johannes Rieken 545b931b96 remove dedicated types for notebook and cell metadata 2021-06-01 14:50:53 +02:00
Johannes Rieken 9d907212ba rename NotebookCellExecutionTask to NotebookCellExecution 2021-05-27 12:14:20 +02:00
rebornix 473cfe28bf Revert "Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main""
This reverts commit 7c01395da1.
2021-05-25 17:49:34 -07:00
Harald Kirschner 7c01395da1 Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"
This reverts commit 7a976501eb, reversing
changes made to 2257676834.
2021-05-25 17:19:40 -07:00
rebornix e1731e9104 fix build 2021-05-25 14:23:05 -07:00
Johannes Rieken 06fa8b8543 API 💄 for NotebookCellData 2021-05-10 11:33:41 +02:00
Johannes Rieken 7ea5b137ea rename cell kind Markdown to Markup, https://github.com/microsoft/vscode/issues/105933 2021-05-10 10:56:13 +02:00
Connor Peet d639345791 notebooks: improve renderer message passing
Fixes https://github.com/microsoft/vscode/issues/122944
2021-05-04 12:35:06 -07:00
Johannes Rieken 5390ec0e7c remove isPreferred as instance property, replace selector with only viewType, allow controller to set a notebook priority instead 2021-04-22 16:13:42 +02:00
Johannes Rieken 3abadabac8 Merge branch 'main' into notebook/dev 2021-04-20 11:38:33 +02:00
Johannes Rieken 11c3ba58af remove NotebookKernelProvider API and its implementation 2021-04-19 16:19:23 +02:00
Benjamin Pasero 14981ce89d tests - enable colors for windows (CI supports it and the new Windows terminal too) 2021-04-19 09:29:20 +02:00
rebornix 155df27d8d 💄 2021-04-15 14:49:11 -07:00
Johannes Rieken d13f3b4a2f remove NotebookContentProvider#resolveNotebook 2021-03-29 12:21:45 +02:00
Rob Lourens 7b96cc4c8b Implement Execution API (#116416)
Implement new execution task API
#106744
Fix #105847
2021-03-22 11:27:00 -07:00
Johannes Rieken 6117524374 make NotebookCellData and NotebookData classes, rename NotebookCellData#cellKind to NotebookCellData#kind 2021-03-05 15:17:55 +01:00
Benjamin Pasero e916637528 tests - enable color output for integration tests 2021-03-01 15:10:15 +01:00
Johannes Rieken 5870204e95 make notebook and cell metadata classes, https://github.com/microsoft/vscode/issues/116333 2021-02-17 14:19:49 +01:00
Rob Lourens 90f5ef65a0 Delete notebookTestMain 2021-02-16 21:07:55 -08:00
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 c4f273e3df fix tests. 2021-02-02 09:39:10 -08: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 7ca71e763d Move away from deprecated 'vscode' node module (#112718) 2020-12-17 21:40:14 +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