Commit graph

117353 commits

Author SHA1 Message Date
João Moreno e2eb6c042b
use sha256 in git (#201781) 2024-01-04 12:02:02 +01:00
Sandeep Somavarapu 750117cf1d
fix #201688 (#201779) 2024-01-04 11:55:17 +01:00
Benjamin Pasero 901ba0737a
Allow to store/resume open editors across Continue On transitions (fix #193704) (#201631)
* Allow to store/resume open editors across Continue On transitions (fix #193704)

* address feedback
2024-01-04 11:28:43 +01:00
Sandeep Somavarapu f405cbff74
change icon (#201773) 2024-01-04 11:25:25 +01:00
Sandeep Somavarapu 9aac4edf57
fix #201730 (#201771) 2024-01-04 11:11:38 +01:00
Sandeep Somavarapu c18ce2ce95
hide open actions by default (#201769) 2024-01-04 10:42:48 +01:00
Connor Peet c016ce64fb
testing: misc work on test coverage (#201758)
- Allow coverage bar color thresholds to be configurable as the Java
  folks requested.
- Update some of our scripts for integration into
  the selfhost test runner.
- Initial parts of showing function coverage in the Test Coverage view.
  (Still a work in progress, more tomorrow)
2024-01-04 08:42:22 +01:00
Sandeep Somavarapu 95c1e5236a
fix #199946 (#201761) 2024-01-04 08:41:59 +01:00
Megan Rogge d8a75eacf7
Merge pull request #201328 from microsoft/merogge/alert-cue
add `alert` so braille users can detect events
2024-01-03 16:42:20 -06:00
Johnson Chu 40c0f939e5
Fix optionalReplacementSpan not being applied to completion entries (#200945)
* Fix optionalReplacementSpan not being applied to completion entries

* Format completions.ts
2024-01-03 14:40:11 -08:00
meganrogge f39061c133
more instances 2024-01-03 16:17:21 -06:00
Tyler James Leonhardt eb55c74a90
Allow Core to contribute auth providers (#201741)
* Allow Core to contribute auth providers

This props us up to allow embedders to contribute their own auth providers that override. This is moving in the direction to resolve this one: https://github.com/microsoft/vscode/issues/197389

* handle the change to AuthenticationSessionsChangeEvent to align with vscode API
2024-01-03 13:57:54 -08:00
Peng Lyu 25974b8afc
Update cell/inline widget conflict (#201736) 2024-01-03 12:54:48 -08:00
meganrogge 12603ced19
add for notebooks 2024-01-03 14:12:59 -06:00
meganrogge 8b471ca1dc
adopt in many more places 2024-01-03 14:04:06 -06:00
meganrogge 510df986c1
allow format, clear, save to have both audio cue and alert 2024-01-03 13:20:12 -06:00
João Moreno edbf6bc17c
fixes #201683 (#201737) 2024-01-03 20:10:31 +01:00
Andrew Branch a1cfe91f9c
Fix preferTypeOnlyAutoImports preference getter (#201376) 2024-01-03 18:55:21 +00:00
Rob Lourens 0a08e6fdcd
Don't dispose the CancellationTokenSource until all onCancellationRequested handlers have run (#199067) 2024-01-03 10:02:52 -08:00
Megan Rogge ffce45ca1d
Merge branch 'main' into merogge/alert-cue 2024-01-03 10:58:47 -06:00
dependabot[bot] 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 Somavarapu 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 Somavarapu b69fb3a61b
fix #201707 (#201722) 2024-01-03 15:56:57 +01:00
Henning Dieterichs 17e0dec8cf Fixes #198471 2024-01-03 12:46:30 +01:00
Benjamin Pasero 93a6a2a125
untitled - encapsulate and update model within input (#201712) 2024-01-03 12:25:14 +01:00
Benjamin Pasero 12656dc79d
aux window - fix issue with restoring when main window is empty (#201698) 2024-01-03 08:40:05 +01:00
Mahmoud Salah 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 Pasero 83b909c39f aux window - ensure focus window before showing editor close confirmation 2023-12-30 01:41:14 +01:00
Benjamin Pasero ce283e0bc1 editors - separate split in editor action 2023-12-30 01:41:14 +01:00
Benjamin Pasero 35c44eeb27 Aux window: reduce $window usage (#195888) 2023-12-30 01:41:14 +01:00
Benjamin Pasero ea076f5bdf debt - tweak some keybindings 2023-12-30 01:41:14 +01:00
Benjamin Pasero c29a6e10b9 aux window - allow a per-window zoom level (#185836) 2023-12-30 01:41:14 +01:00
Benjamin Pasero 3754487074 aux window - enable reload window 2023-12-30 01:41:14 +01:00
Benjamin Pasero 6bda74d83a aux window - track fullscreen state per window (#197325) 2023-12-30 01:41:14 +01:00
Benjamin Pasero 14d01569e5
Aux window: support to restore aux windows and editors (fix #195887) (#201291) 2023-12-29 08:46:38 +01:00
Benjamin Pasero 01b8428485
VSCode always restores the panel size if toggling primary side bar. (fix #195119) (#201567) 2023-12-29 08:39:35 +01:00
Ladislau Szomoru 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 Dima 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 Pasero 30b7773127
layout - show keybindings in picker (fix #143669) (#199512) 2023-12-20 17:14:13 -08:00
Simon Siefke 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 Leonhardt 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 Leonhardt 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 Peet b964ed995a
eng: fix waitServer not working in unit test debug (#201334)
Fixes #182341
2023-12-20 14:09:46 -08:00
Benjamin Pasero 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 Imms 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 Imms 17e30760a3
Merge pull request #201324 from microsoft/tyriar/199848
Update xterm
2023-12-20 10:39:41 -08:00
Daniel Imms 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