Commit graph

86155 commits

Author SHA1 Message Date
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
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
2e23a7c3ad Only dispose TerminalInstance.onExit when it's already disposed
Fixes #130277
2021-08-11 05:48:15 -07:00
Logan Ramos
227601428b
Bump distro 2021-08-11 08:39:27 -04:00
Henning Dieterichs
d17db2359a
Don't make stopForceRenderingAbove create the widget. 2021-08-11 14:33:31 +02:00
Connor Peet
dea81025e8
debug: bump companion verson 2021-08-11 05:21:23 -07:00
Daniel Imms
b21cedc9e8 Revert "Dispose of TerminalInstance._onExit only on instance dispose"
This reverts commit 1c1d04bc6f.
2021-08-11 04:49:20 -07:00
Benjamin Pasero
a6cf57db06
web - guard against exception thrown from picking file/folder when user cancels 2021-08-11 13:43:13 +02:00
Daniel Imms
1c1d04bc6f Dispose of TerminalInstance._onExit only on instance dispose
Fixes #130277
2021-08-11 04:31:28 -07:00
isidor
58d4666a34
debug: detect links in Variables, Watch and DebugHover
fixes #127795
2021-08-11 12:38:24 +02:00
Henning Dieterichs
aa91460a85
Screenreader prompt "Inline Suggestion:" -> "Suggestion:".
Shorter is better here.
2021-08-11 11:59:58 +02:00
Benjamin Pasero
a6a19ffa64
Complete the browser local file system provider (#130555)
* html fs - naive impls of create

* html fs - cleanup handle registration flow

* html fs - rewrite stat/readdir

* cleanup

* basic streaming support

* implement stream with position and offset

* implement simple rename

* fix issues

* error handling

* empty line

* simplify

* 💄
2021-08-11 10:35:31 +02:00
Henning Dieterichs
37f845ee35
Merge pull request #130399 from Kingwl/fix_folding_with_inlayhints
Fix folding ranges with inlay hints
2021-08-11 09:35:54 +02:00
Miguel Solorio
7c25c17472 Update seti (refs #129894) 2021-08-10 21:37:29 -07:00
Matt Bierner
08b1c2e68c
Pick up newest TS for building VS Code 2021-08-10 20:34:20 -07:00