Commit Graph
124157 Commits
Author SHA1 Message Date
Alexandru DimaandGitHub 4e1c7e5766 Do apt update before apt install (#197806) 2023-11-09 09:59:07 +01:00
Benjamin PaseroandGitHub cb9c48673f aux window - reduce deprecated $window usages (#197800)
* aux window - reduce deprecated $window usages

* aux window - reduce deprecated $window usages

* aux window - reduce deprecated $window usages

* aux window - reduce deprecated $window usages
2023-11-09 09:09:02 +01:00
9dfcad9530 fix: memory leak in dropdown action (#197769)
* fix: memory leak in dropdown action

* 💄

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2023-11-09 07:09:05 +01:00
Kartik RajandGitHub b4912cdf9f Merge pull request #197768 from microsoft/kartik/tiny-kiwi
Update distro
2023-11-08 21:58:50 -08:00
Benjamin PaseroandGitHub f346494c77 aux window - cleanup eslint rules (#197763) 2023-11-09 05:55:21 +01:00
rebornix a6edda2682 Menu contrib for inline widget and sidebar. 2023-11-08 19:37:06 -08:00
Kartik Raj 93e3eb35b5 Revert to latest merge commit 2023-11-09 01:55:23 +00:00
David DossettandGitHub 3deece13d4 Merge pull request #197782 from microsoft/ddossett/excited-sturgeon
Update command palette step text
2023-11-08 17:48:37 -08:00
Rob LourensandGitHub 7cf8a165f6 Merge branch 'main' into kartik/tiny-kiwi 2023-11-08 19:32:09 -06:00
Martin AeschlimannandGitHub b57b2e7c6c Support edits and markdown mixed mode in InteractiveEditorResponse (#197783)
* add message for IInlineChatEditResponse

* fix check if res.contents is undefined
2023-11-08 14:35:01 -08:00
David DossettandGitHub abdd3de2fd Merge pull request #197786 from microsoft/ddossett/inherent-lark
Fix avatar styling
2023-11-08 14:31:18 -08:00
Matt BiernerandGitHub a9c390b236 Pick up TS 5.3 RC (#197778) 2023-11-08 23:19:03 +01:00
David Dossett 510ccbc75e Fix avatar styling 2023-11-08 14:14:54 -08:00
David Dossett e118d27ac2 Update command palette step text 2023-11-08 14:03:16 -08:00
David DossettandGitHub b5c3a82bd0 Update built-in walkthrough content (#197689)
Initial walkthrough updates
2023-11-08 13:45:34 -08:00
Megan RoggeandGitHub 8e41e49ddc Merge pull request #197774 from microsoft/merogge/accessibility-f1
add keybinding `when` for accessibility help
2023-11-08 13:00:10 -08:00
Megan RoggeandGitHub 6785caeab8 Merge pull request #197526 from tisilent/cancel-dependency-hide 2023-11-08 12:46:12 -08:00
meganrogge 5c528cf3cf fix #196436 2023-11-08 12:20:10 -08:00
Daniel ImmsandGitHub f4aee33e27 Merge pull request #197558 from microsoft/tyriar/172742_sticky_scroll
Sticky scroll for terminal
2023-11-08 12:09:17 -08:00
Daniel Imms ce71de2258 Fix $window error 2023-11-08 11:53:18 -08:00
Alex RossandGitHub dbcc0d721a Delete unused map and use DisposableMap in quick diff (#197728)
Debt: delete unused map and use DisposableMap in quick diff
2023-11-08 19:50:36 +00:00
Kartik Raj 2012c468e8 Do not point to a merge commit 2023-11-08 19:40:15 +00:00
Daniel ImmsandGitHub dcdd8555dc Merge branch 'main' into tyriar/172742_sticky_scroll 2023-11-08 11:36:28 -08:00
Daniel Imms 4b2ed32ec3 Clean up, simplify smoke test 2023-11-08 11:15:18 -08:00
Daniel Imms ccff5bd116 Add serialize addon to web 2023-11-08 11:14:36 -08:00
Kartik Raj f002bf243d Update distro 2023-11-08 19:12:21 +00:00
Daniel Imms 239ba4dbef More logs 2023-11-08 10:47:11 -08:00
Daniel Imms 914e4ecdd1 Verbose debug logs 2023-11-08 10:18:50 -08:00
Cody BeyerandGitHub 73ce8964a0 Merge branch 'main' into cobey-add-missing-js 2023-11-08 10:04:50 -08:00
Connor PeetandGitHub 0fe97b055d terminal: allow the find widget to work in detached terminals (#197678)
- Abstracts some methods to an `IAnyTerminalInstance` interface that
  is common between attached and detached terminal instances.
- Some minor changes in the find contribution to make it work with
  detached instances after that.
- Make the find widget track the `activeFindWidget` since commands
  previously depended on the active terminal, which is not tracked for
	detached terminals (the alternative would be making the active
	terminal instance tracker also track detached terminals)

And then it 'just works' in the test results terminal
2023-11-08 10:03:56 -08:00
Cody BeyerandGitHub 8aee1cbd8d Merge branch 'main' into cobey-add-missing-js 2023-11-08 10:00:25 -08:00
Daniel Imms 3794d74d3c Fix polling error compile 2023-11-08 09:49:39 -08:00
Daniel Imms 29ddbd371e Simplify polling 2023-11-08 09:39:40 -08:00
Daniel Imms 35ae6b1925 Use a polling approach for writing and asserting 2023-11-08 09:20:44 -08:00
Daniel Imms dbb50b80cd Remove unused import 2023-11-08 08:43:50 -08:00
Daniel Imms df036f0426 Refresh sticky scroll on xterm open, improve refresh guards 2023-11-08 08:43:32 -08:00
Alex RossandGitHub d2a7d76a56 Fallback to hybrid after 20 process ports (#197750)
* Fallback to hybrid after 20 proc ports
Fixes microsoft/vscode-internalbacklog#4533

* Capture already forwarded ports before restarting forwarders

* Fix automatic port forwarding action label

* Update setting description and fix remaining issues
2023-11-08 17:34:19 +01:00
Daniel Imms d2432a3545 Prevent shell data from leaking into empty term 2023-11-08 08:02:01 -08:00
Daniel Imms 9ad04e81aa Combine write data calls 2023-11-08 07:42:25 -08:00
Henning DieterichsandHenning Dieterichs fb0e7a23e2 Improves observable docs 2023-11-08 16:41:03 +01:00
Daniel Imms bff9161987 Make empty terminal smoke test technique reusable 2023-11-08 07:16:24 -08:00
Daniel Imms bd2d20551d Make sticky scroll smoketest even more consistent 2023-11-08 07:11:14 -08:00
Benjamin PaseroandGitHub f9b5584b73 aux window - reduce direct setInterval uses (#197741) 2023-11-08 16:09:30 +01:00
Daniel Imms 80173d9e25 Make sticky scroll smoketest even more consistent 2023-11-08 06:44:17 -08:00
Alex RossandGitHub 43a6f0562f comment reply box background should have it's own color (#197738)
Fixes #196584
2023-11-08 15:41:03 +01:00
Daniel ImmsandGitHub e2870f6765 Merge branch 'main' into tyriar/172742_sticky_scroll 2023-11-08 06:31:11 -08:00
Daniel Imms 90d1e81ce9 Make sticky scroll smoketest more consistent 2023-11-08 06:30:51 -08:00
Daniel ImmsandGitHub 9a8248ae09 Merge pull request #197733 from microsoft/tyriar/xterm_231108
@xterm/xterm@5.4.0-beta.13 (49eab6b)
2023-11-08 06:27:33 -08:00
Johannes RiekenandGitHub dff4173df4 Add WindowIdleValue and GlobalIdleValue, likewise runWhenGlobalIdle and runWhenWindowIdle. (#197721)
* Add WindowIdleValue and GlobalIdleValue, likewise runWhenGlobalIdle and runWhenWindowIdle.

Define window things inside dom.ts for more clarity and more correct layering.

Duplicate API definition for idle so that things compile standalone

fixes https://github.com/microsoft/vscode/issues/197661

* fix compile errors

* make treeshaker happy, use correct types
2023-11-08 15:20:40 +01:00
Daniel Imms 75924b36d9 @xterm/xterm@5.4.0-beta.13 (49eab6b)
Fixes #197385
Fixes #197730
2023-11-08 06:01:48 -08:00