Commit Graph

10922 Commits

Author SHA1 Message Date
Johannes Rieken 55218295bc Merge branch 'main' into notebook/dev 2021-06-07 15:42:35 +02:00
Martin Aeschlimann 2fb55257fe default themes: colorization of string placeholders 2021-06-07 14:07:56 +02:00
rebornix ca92f34eb2 re #125369. remove use of delete command 2021-06-04 16:17:27 -07:00
Christof Marti e91439216e Add "hostRequirements" to schema (microsoft/vscode-remote-release#5144) 2021-06-04 22:51:13 +02:00
Christof Marti 63e5b8058a Async import only once 2021-06-04 21:42:23 +02:00
Eric Amodio 41b1406d3a Revert parts of "Fix #125395"
Re-enables GitHub extension in untrusted workspaces

From commit 01c6fb557d
2021-06-03 16:51:46 -04:00
Eric Amodio eab8d0403f Revert "Fixes #125350: disallow in untrusted ws"
This reverts commit 769e7080f4.
2021-06-03 16:51:46 -04:00
rebornix 11debc3846 Merge branch 'notebook/dev' into main 2021-06-03 13:32:46 -07:00
Matt Bierner fd430418a0 Refine CellInfo type (#125351)
For #125269

- Rename `CellInfo` - >`OutputItem` (only internally, we also need to update the published types)
- Move `id` into `OutputItem`
- Move `element` out of `OutputItem`
- Rename `renderCell` to `renderOutputItem`
- Rename `destoryCell` to `disposeOutputItem` (`dispose` is  the term we generally use in our APIs)
2021-06-03 13:01:02 -07:00
Johannes Rieken 8f9eedf001 Merge branch 'main' into notebook/dev 2021-06-03 16:36:47 +02:00
Sandeep Somavarapu 01c6fb557d Fix #125395 2021-06-03 16:14:25 +02:00
Alex Ross 6d66648c51 Add snippets for ports attributes to settings helper
Fixes #125081
2021-06-03 11:27:32 +02:00
Johannes Rieken e43c3957f6 rename onDidChangeNotebookAssociation to onDidChangeSelectedNotebooks 2021-06-03 11:27:09 +02:00
Christof Marti 499e4948c7 Fix typo 2021-06-03 08:55:30 +02:00
Jackson Kearl ab1c920200 Try setting gettingStarted as default editor (#125321)
* Try setting gettingStarted as default editor

* Try fix getting started webview crashing in colorizer tests

* Dont focus overeagarly
2021-06-02 17:43:34 -07:00
rebornix 68e862e1d6 skip flaky window test. 2021-06-02 16:18:52 -07:00
Eric Amodio 769e7080f4 Fixes #125350: disallow in untrusted ws 2021-06-02 19:10:51 -04:00
rebornix 26cd18321b remove backwards compatible tests. 2021-06-02 14:12:21 -07:00
Johannes Rieken b5bdc48d55 use vscode.notebooks not vscode.notebook 2021-06-02 14:58:51 +02:00
Johannes Rieken 109c9d9486 adopt viewType everywhere and drop support for it, fixes https://github.com/microsoft/vscode/issues/125163 2021-06-02 12:05:19 +02:00
Johannes Rieken ac05ae7b6f move file'ish things into workspace namespace 2021-06-02 09:43:07 +02:00
Johannes Rieken 0b6e70302f remove deprecated API 2021-06-02 09:24:43 +02:00
Johannes Rieken ee87b2bd43 missing adopting for end-call 2021-06-02 08:22:26 +02:00
Johannes Rieken d487b379ba Merge branch 'main' into notebook/dev 2021-06-02 08:16:13 +02:00
rebornix b154a3d304 skip view column test. 2021-06-01 18:30:38 -07:00
Rob Lourens 8df0f06858 Group startTime and endTime into a single object 2021-06-01 16:30:38 -07:00
Rob Lourens ef28d1663d Inline parameters to execution task start and end 2021-06-01 16:13:27 -07:00
Rob Lourens d2561813a8 Merge branch 'notebook/dev' into main 2021-06-01 15:11:23 -07:00
Johannes Rieken 6dbbcc2eee fix compile issues... 2021-06-01 19:30:00 +02:00
Johannes Rieken 6fe84c402b Merge pull request #125106 from microsoft/joh/api/noMetadataType
Remove dedicated types for notebook and cell metadata
2021-06-01 19:24:40 +02:00
Johannes Rieken 545b931b96 remove dedicated types for notebook and cell metadata 2021-06-01 14:50:53 +02:00
Johannes Rieken b1457fa4b6 remove NotebookCellOutputItem#metadata 2021-06-01 13:59:44 +02:00
Martin Aeschlimann d163f3f3d4 tooltip text grabbing broken. Fixes #124457 2021-06-01 10:26:50 +02:00
Martin Aeschlimann 24e1234559 [json/css/html] update services 2021-05-31 22:06:50 +02:00
Johannes Rieken 0a1046ada4 Merge branch 'notebook/dev' into main 2021-05-31 19:43:49 +02:00
Christof Marti b7be98705f Update descriptions 2021-05-31 15:35:11 +02:00
Johannes Rieken 83d5e2bda0 rename namespace to notebooks, https://github.com/microsoft/vscode/issues/122922 2021-05-31 13:06:14 +02:00
Christof Marti 427f48b8d1 Add prebuild commands 2021-05-31 11:06:49 +02:00
Rob Lourens 887ff91a14 Merge branch 'notebook/dev' into main 2021-05-28 14:42:20 -07:00
Miguel Solorio e3354e26ef Whitespace characters are near invisible in High Contrast theme (Fixes #124612) 2021-05-28 20:43:10 +00:00
Tyler Leonhardt 15616f8d93 refactor codeExchangeProxy to use same route and use it for refresh token as well 2021-05-28 10:35:52 -07:00
Johannes Rieken 4202ab071a rename NotebookCellOutput#outputs to #items 2021-05-28 17:57:50 +02:00
Tyler Leonhardt e0c8a76b7a don't sort scope list. Fixes Microsoft/vscode-pull-request-github#2751 2021-05-27 16:45:59 -07:00
Matt Bierner 9eeb092206 Re-enable skipped test
Fixes #119146
2021-05-27 15:44:27 -07:00
Matt Bierner 280e007073 Add undocumented always syntax only TS server mode
Fixes #124649
2021-05-27 14:40:47 -07:00
rebornix 866ecdd45a Merge branch 'notebook/dev' into main 2021-05-27 14:04:55 -07:00
Matt Bierner b8f11107f7 Use @types/vscode-webview 2021-05-27 13:41:38 -07:00
Johannes Rieken 9ef57b5c21 remove NotebookCellOutputItem#value, https://github.com/microsoft/vscode/issues/123884 2021-05-27 14:55:25 +02:00
Martin Aeschlimann 693677c8a2 babel.config.json language mode should be 'jsonc'. Fixes #124683 2021-05-27 13:33:47 +02:00
Johannes Rieken 9d907212ba rename NotebookCellExecutionTask to NotebookCellExecution 2021-05-27 12:14:20 +02:00