Commit Graph

10945 Commits

Author SHA1 Message Date
Johannes Rieken ccb86ac811 default kernels uses cell text as output 2021-06-08 16:16:34 +02:00
Johannes Rieken 78fe62bb76 use more showNotebookDocument, less activeNotebookEditor 2021-06-08 12:05:52 +02:00
Johannes Rieken 606a550a52 have only one kernel by default, bring in other kernels per test and use the assertKernel util to ensure the selected kernel is the wanted kernel 2021-06-08 11:58:40 +02:00
Johannes Rieken 5decc7b3ce Merge branch 'main' into notebook/dev 2021-06-08 09:55:51 +02:00
Martin Aeschlimann 0967708609 Merge pull request #125659 from ryyppy/seti-ui-add-rescript
Update to latest seti-ui & add ReScript to the icon theme
2021-06-08 09:00:40 +02:00
Matt Bierner 3b01e32ca6 Remove :emoji: support in markdown notebooks
We added this to test out the new markdown renderers. However I believe it makes more sense to ship this as an extension now
2021-06-07 16:51:05 -07:00
Matt Bierner a4e9f7e232 Bump target to es2019 in extensions
This should be a safe target for our current node version and for web
2021-06-07 16:51:04 -07:00
rebornix aafce57f5c consolidate move cell commands. 2021-06-07 16:23:04 -07:00
rebornix 896c26bdb3 Move editor tests to notebook.editor 2021-06-07 16:06:44 -07:00
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 c8928f8111 status bar test suite setup. 2021-06-07 14:14:20 -07:00
rebornix f05512d87e statusbar suite. 2021-06-07 14:10:34 -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
Patrick Stapfer 07760352c5 Update to latest seti-ui & add ReScript to icon theme 2021-06-07 13:46:43 +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