Commit graph

10933 commits

Author SHA1 Message Date
Emily Marigold Klassen 2f6ee8b71f
chore(typescript-language-features): fix spelling of deprecated (#125693)
Co-authored-by: Emily M Klassen <forivall@users.noreply.github.com>
2021-06-07 14:45:08 -07:00
Matt Bierner 0ec29f0fcf
Pick up TS 4.4@next for building
- Disables the two new strictness options for now
- Adopt shared tsconfig for `microsoft-authentication `
2021-06-07 14:44:24 -07:00
rebornix 8b4a90726d Merge branch 'notebook/dev' into main 2021-06-07 13:53:10 -07:00
rebornix 5c063c5f83 move document event tests into notebook.document 2021-06-07 13:34:37 -07:00
rebornix ef62adb3ba start separating tests. 2021-06-07 12:03:55 -07:00
rebornix 51ccb0434d multi tabs and custom metadata. 2021-06-07 11:51:19 -07:00
rebornix 6259f7ca84 more showNotebookDocument for workspace edit tests. 2021-06-07 11:45:31 -07:00
rebornix af4086099f move towards openNotebookDocument. 2021-06-07 11:30:10 -07:00
rebornix 809dfb41a2 remove join cell test covered by unit test. 2021-06-07 11:10:04 -07:00
Matvii Hodovaniuk 67561036cf
Replace map with forEach (#115378)
The callback provided to the map call on this array should return a value, otherwise map will always return an array of undefined values. If the desired behaviour is to just iterate through all elements, then consider using forEach or a for-of loop instead.
2021-06-07 11:01:10 -07:00
rebornix 9369a1671f remove only. 2021-06-07 09:27:02 -07:00
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