Commit Graph
117334 Commits
Author SHA1 Message Date
Megan RoggeandGitHub ffce45ca1d Merge branch 'main' into merogge/alert-cue 2024-01-03 10:58:47 -06:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
a0b228b51c Bump actions/setup-node from 3 to 4 (#196967)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-03 17:41:14 +01:00
Sandeep SomavarapuandGitHub 414d829178 Merge pull request #200572 from gjsjohnmurray/fix-200571
Fix `Customize Layout` bugs related to Activity Bar (fix #200571)
2024-01-03 21:51:45 +05:30
Sandeep SomavarapuandGitHub b69fb3a61b fix #201707 (#201722) 2024-01-03 15:56:57 +01:00
Henning DieterichsandHenning Dieterichs 17e0dec8cf Fixes #198471 2024-01-03 12:46:30 +01:00
Benjamin PaseroandGitHub 93a6a2a125 untitled - encapsulate and update model within input (#201712) 2024-01-03 12:25:14 +01:00
Benjamin PaseroandGitHub 12656dc79d aux window - fix issue with restoring when main window is empty (#201698) 2024-01-03 08:40:05 +01:00
df8db3a75a For open diff editors, resolve the underlying original editor to set … (#201597)
* For open diff editors, resolve the underlying original editor to set the appropriate language debugger.

* Get modified editor rather than original.

---------

Co-authored-by: Mahmoud Khalil <mahmoudsalah@google.com>
2023-12-31 07:28:35 +00:00
Benjamin PaseroandBenjamin Pasero 83b909c39f aux window - ensure focus window before showing editor close confirmation 2023-12-30 01:41:14 +01:00
Benjamin PaseroandBenjamin Pasero ce283e0bc1 editors - separate split in editor action 2023-12-30 01:41:14 +01:00
Benjamin PaseroandBenjamin Pasero 35c44eeb27 Aux window: reduce $window usage (#195888) 2023-12-30 01:41:14 +01:00
Benjamin PaseroandBenjamin Pasero ea076f5bdf debt - tweak some keybindings 2023-12-30 01:41:14 +01:00
Benjamin PaseroandBenjamin Pasero c29a6e10b9 aux window - allow a per-window zoom level (#185836) 2023-12-30 01:41:14 +01:00
Benjamin PaseroandBenjamin Pasero 3754487074 aux window - enable reload window 2023-12-30 01:41:14 +01:00
Benjamin PaseroandBenjamin Pasero 6bda74d83a aux window - track fullscreen state per window (#197325) 2023-12-30 01:41:14 +01:00
Benjamin PaseroandGitHub 14d01569e5 Aux window: support to restore aux windows and editors (fix #195887) (#201291) 2023-12-29 08:46:38 +01:00
Benjamin PaseroandGitHub 01b8428485 VSCode always restores the panel size if toggling primary side bar. (fix #195119) (#201567) 2023-12-29 08:39:35 +01:00
Ladislau SzomoruandGitHub 860d67064a Git - refactor ref pickers (#201411)
* Refactored quick picks

* Another set of refactoring

* Moved over the remaining classes

* git.checkoutType setting should only be used by the Checkout quick pick

* Introduce RefProcessor and cleanup code

* Introduced multiple processor types

* Another round of refactoring
2023-12-22 22:59:54 +01:00
Alexandru DimaandGitHub 58041888f4 Copy width & height from the ResizeObserver callback (#201406)
Copy width & height from the ResizeObserver callback to avoid "ResizeObserver loop completed with undelivered notifications" error (fixes microsoft/monaco-editor#4311)
2023-12-22 07:19:04 -08:00
Benjamin PaseroandGitHub 30b7773127 layout - show keybindings in picker (fix #143669) (#199512) 2023-12-20 17:14:13 -08:00
8a45b1be23 fix: memory leak in menubar (#198052)
* fix: memory leak in menubar

* Update src/vs/base/browser/ui/menu/menubar.ts

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

* Update src/vs/base/browser/ui/menu/menubar.ts

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

* Update src/vs/base/browser/ui/menu/menubar.ts

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

* fix: potential memory leak when focusing another menu

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2023-12-20 16:15:34 -08:00
Tyler James LeonhardtandGitHub c60da32708 Use the hover delegate in more UI components of Quick Pick (#201339)
This way we have a consistent hover UI
2023-12-20 16:03:44 -08:00
Tyler James LeonhardtandGitHub 468f6fca77 Don't use disposable Action and use IAction instead (#201337)
Turns out all of these disposables were not getting cleaned up... but they really don't need to be disposables in this context.

ref #201320
2023-12-20 15:13:18 -08:00
Connor PeetandGitHub b964ed995a eng: fix waitServer not working in unit test debug (#201334)
Fixes #182341
2023-12-20 14:09:46 -08:00
Benjamin PaseroandGitHub 651391e5ad Aux window: fullscreen windows show custom title bar (fix #201297) (#201332) 2023-12-20 22:12:08 +01:00
meganrogge 91a18e15bb fix issue 2023-12-20 13:39:12 -06:00
meganrogge ab4852b729 work on #195282 2023-12-20 13:27:36 -06:00
Daniel ImmsandGitHub 86d1a94cca Merge pull request #201325 from microsoft/tyriar/199845
Add move terminal into new window action/menu item
2023-12-20 11:21:50 -08:00
Daniel Imms 5764957b73 Add move terminal into new window action/menu item
Fixes #199845
2023-12-20 10:55:36 -08:00
Daniel ImmsandGitHub 17e30760a3 Merge pull request #201324 from microsoft/tyriar/199848
Update xterm
2023-12-20 10:39:41 -08:00
Daniel ImmsandGitHub fffda8e1fe Merge pull request #201323 from microsoft/tyriar/201303
Fix sticky scroll showing up on first line
2023-12-20 10:16:25 -08:00
Daniel Imms d4e9b63073 Update xterm
Fixes #199848
2023-12-20 10:09:50 -08:00
Daniel Imms 896a06db1e Fix sticky scroll showing up on first line
Fixes #201303
2023-12-20 10:01:21 -08:00
ShubhandGitHub c9631868cd Replace the deprecated canceled with Cancellation Error. (#197605)
Signed-off-by: Shubh <shubhisroking@gmail.com>
2023-12-20 18:23:01 +01:00
3051ae88b0 Fix #193468 - Fix bug with error notification when pressing "l" on non-expandable reference item. (#199996)
* Fix the bug that pressing l key on non-expandable reference item shows error notification (with vim extension)

* 💄

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2023-12-20 18:14:09 +01:00
Martin AeschlimannandGitHub b7c53afaef EditorActions don't pass on args (#201315) 2023-12-20 17:16:01 +01:00
Aiday Marlen KyzyandGitHub 16894205b6 Changing from outputEditor to outputView (#201290)
changing outputEditor to outputView
2023-12-20 17:14:32 +01:00
Jithil P PonnanandGitHub 01fc3110be chore: replace deprecated octal escape sequences with hex (#197518) 2023-12-20 16:30:32 +01:00
João MorenoandGitHub d95f2e01ab undo general focus/selection preservation from lists and trees (#201309)
fixes #174768
fixes #127622
2023-12-20 16:28:45 +01:00
Daniel ImmsandGitHub 199216cd48 Merge pull request #201306 from microsoft/tyriar/xterm_improvements
Add script for easy symlinking a local xterm repo
2023-12-20 07:22:13 -08:00
Daniel Imms e3c70a49ba Package and explain how to watch 2023-12-20 07:06:23 -08:00
Daniel Imms 48e0844029 Clarify link -> symlink 2023-12-20 06:49:28 -08:00
Daniel Imms 1eded319c6 Prefix all terminal scripts with xterm 2023-12-20 06:49:01 -08:00
Daniel Imms aa4798b0d3 Add script for easy symlinking a local xterm repo 2023-12-20 06:48:21 -08:00
Daniel ImmsandGitHub 75b1639461 Merge pull request #201301 from microsoft/tyriar/200409_2
Fix NPE in suggest
2023-12-20 06:18:09 -08:00
Benjamin PaseroandGitHub 80a0d88917 aux window - fix confirm on close (#201300) 2023-12-20 15:09:17 +01:00
Daniel Imms dbe88b62d1 Fix NPE in suggest
Fixes #200409
2023-12-20 06:02:52 -08:00
Ladislau SzomoruandGitHub b21537c2ef Git - enable commit signing using SSH key (#201298) 2023-12-20 14:14:39 +01:00
Benjamin SimmondsandGitHub d32043d8b8 Update group context keys on reload (#201277) 2023-12-20 12:22:45 +01:00
Johannes RiekenandGitHub ce2710416a update snippet escaping explainer (#201274) 2023-12-20 11:23:33 +01:00