Commit graph

86170 commits

Author SHA1 Message Date
Daniel Imms e095ecfa76 Merge remote-tracking branch 'origin/main' into tyriar/116113 2021-08-12 04:29:01 -07:00
Alexandru Dima 0dbbb58191
Merge pull request #130211 from microsoft/dev/mjbvz/always-text-encoder
Remove strings.encodeUtf8
2021-08-12 11:42:50 +03:00
Benjamin Pasero b794b9223c
:chore: sqlite3 module (#130654) 2021-08-12 09:37:55 +02:00
Alex Dima 665ad3a6f2
update distro 2021-08-12 10:14:22 +03:00
Benjamin Pasero a15cf20f63
workspaces - 💄 action label 2021-08-12 08:20:25 +02:00
deepak1556 93f9d51ecb chore: bump distro 2021-08-11 22:53:18 -07:00
Benjamin Pasero 90443f7a8a
tests - try to make some tests more robust 2021-08-12 07:48:02 +02:00
deepak1556 8eedba6aed chore: bump distro 2021-08-11 22:41:32 -07:00
rebornix c64c9374ed avoid flickering with unitialized cell height. 2021-08-11 21:14:53 -07:00
rebornix 8aa1e9f940 Revert "fix missing markdown cell rendering on restore."
This reverts commit b4aa5aee57.
2021-08-11 20:44:33 -07:00
rebornix b3facbba17 fix #130637. 2021-08-11 20:02:18 -07:00
rebornix fab260d2c1 nulling notebook text model properties. 2021-08-11 19:59:06 -07:00
rebornix b4aa5aee57 fix missing markdown cell rendering on restore. 2021-08-11 18:53:57 -07:00
Matt Bierner 183cb1bfa8
Remove logging messages
Looks like these were checked in by mistake
2021-08-11 18:52:55 -07:00
Matt Bierner 6dafff7b3a
Fix monaco 2021-08-11 18:33:44 -07:00
Matt Bierner 99c7f308f7
Remove unused 2021-08-11 18:10:22 -07:00
Akat 77905c850e
fix some typo in comments, renaming few methods (#130470) 2021-08-11 17:57:48 -07:00
Rob Lourens 5673802238 Select a cell when setting a breakpoint in it
Fix #130620
2021-08-11 17:15:11 -07:00
Matt Bierner ab8e743520
Organize imports in ext tests 2021-08-11 16:55:51 -07:00
Connor Peet 4b80b4cd36
testing: allow toggling test output visibility
Also, just show outputs for the last test run.
2021-08-11 16:43:35 -07:00
Matt Bierner 76cbce4663
Pick up ts 4.4 insiders 2021-08-11 16:42:14 -07:00
rebornix 1d9ac5e14a re #128173. remove edit stack on cell dispose. 2021-08-11 16:41:42 -07:00
rebornix 5cc49bd470 fix #128173. 2021-08-11 16:37:34 -07:00
rebornix 0ab9d9926d revert undo/redo fix for scrolling. fix #130607, #130617 2021-08-11 16:04:00 -07:00
Rob Lourens c905403afc Don't hide "run above" and "run below" command while in a run-by-line session 2021-08-11 16:03:22 -07:00
Rob Lourens 0fa3b3caaf Fix build 2021-08-11 15:54:29 -07:00
Rob Lourens 01643e514e Better cell execution lifecycle 2021-08-11 15:38:08 -07:00
Rob Lourens ff681a5db2 Ensure final cell execution update is not delayed 2021-08-11 14:52:52 -07:00
Rob Lourens 8b598d67ed Fix dts typo 2021-08-11 14:52:52 -07:00
rebornix 943036686e show progress when cell input is collapsed re #130611. 2021-08-11 14:29:43 -07:00
Connor Peet 0dd8b8c8b6
testing: update tests 2021-08-11 14:05:55 -07:00
Connor Peet 45a9cfba88
testing: update content provider 2021-08-11 13:18:41 -07:00
Connor Peet fa8ccff4d8
testing: initial output correlation 2021-08-11 13:08:58 -07:00
Rob Lourens cb52f1a50e NotebookExecutionService should create execution objects
Towards #125668
2021-08-11 12:50:30 -07:00
Rob Lourens 99104943f5 Add NotebookExecutionService
Towards #125668
2021-08-11 12:50:30 -07:00
Logan Ramos 8bf9cfa21b
Fix spacing 2021-08-11 15:26:20 -04:00
Logan Ramos 3cba796402
Bump distro 2021-08-11 15:24:46 -04:00
isidor 0e4ddedb18
fixes #122775
fixes #128132
2021-08-11 19:46:08 +02:00
SteVen Batten 89a0490246 fixes #126746 2021-08-11 17:27:36 +00:00
Logan Ramos 279c4d8fcb
Use the new loader format for web selfhost (#130592)
* Update workbench html and bump distro

* Bump distro

* Add web node paths to the build task too

* Split task for reuse

* Bump distro
2021-08-11 11:59:14 -04:00
Logan Ramos 2ee9010437
Disable telemetry in tests (#130591)
* Disable telemetry in tests

* Remove the console log check
2021-08-11 11:49:23 -04:00
Tyler James Leonhardt 4191923874
initial support of QuickPickItemButton API (#130519) 2021-08-11 08:42:29 -07:00
dependabot[bot] 0344ecd462
Bump path-parse from 1.0.6 to 1.0.7 in /test/smoke (#130540) 2021-08-11 08:21:05 -07:00
Benjamin Pasero 95ca115b9f
web - use suggestedName property for save dialogs (#130034) 2021-08-11 16:21:05 +02:00
Daniel Imms 9fbffef8b8 Reconnect scrollback setting 2021-08-11 07:18:23 -07:00
Daniel Imms 00c826c0b9 Update xterm-headless package 2021-08-11 06:45:52 -07:00
Henning Dieterichs 53c50875c9
Fixes #129522 by introducing verticalAlign render option. 2021-08-11 15:41:41 +02:00
Benjamin Pasero ac22bcaa06
web API 💄 2021-08-11 15:36:38 +02:00
Daniel Imms 3246b3ec18 Merge remote-tracking branch 'origin/main' into tyriar/116113 2021-08-11 06:27:38 -07:00
Daniel Imms 2e23a7c3ad Only dispose TerminalInstance.onExit when it's already disposed
Fixes #130277
2021-08-11 05:48:15 -07:00