Commit Graph

89088 Commits

Author SHA1 Message Date
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
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 790bd3ff9e Updates colors. 2021-08-11 09:55:43 +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
Matt Bierner 9e7716727f Update api query 2021-08-10 20:34:20 -07:00
Rob Lourens 1c445fe4c7 Enable contributing to cell execute dropdown
Towards #130524
2021-08-10 15:48:47 -07:00
Connor Peet 7a034baa92 testing: run what you see
Fixes #130522
2021-08-10 15:45:48 -07:00
Logan Ramos ceb9bcfb57 Revert workbench.html changes 2021-08-10 17:56:57 -04:00
Logan Ramos 8079e0b721 Move webNodePaths to run on compile since we rimraf out 2021-08-10 16:56:23 -04:00
rebornix 695d05f8ff execution count misposition on expand. 2021-08-10 13:51:49 -07:00
rebornix a5cc64cd6a tooltip for double click. 2021-08-10 13:41:11 -07:00
rebornix e477d7f364 show hover background and tooltip for expand ... icons. 2021-08-10 13:34:10 -07:00
rebornix 10c190f4d3 hide split cell button on input collapse 2021-08-10 13:34:10 -07:00
Logan Ramos 6533d46465 Fix case where out/vs doesn't exist 2021-08-10 15:13:27 -04:00
dependabot[bot] b6b1232da2 Bump path-parse from 1.0.6 to 1.0.7 (#130501) 2021-08-10 11:56:55 -07:00
Logan Ramos 82e4bc85cd Dynamically generate web package paths 2021-08-10 14:44:58 -04:00