Commit graph

117364 commits

Author SHA1 Message Date
Connor Peet 0385382382
testing: more out-of-editor refinements (#201834)
- Som more tweaks to our own runner scripts to allow asking for the
  generated coverage formats.
- Add actions alongside debug/run for executing coverage profiles
- Finish with displaying function coverage stats in Coverage view,
  allow changing its sort order.

Fixes #200529
Fixes #199380
2024-01-04 21:22:46 +01:00
Benjamin Pasero 3b234eab72
zoom - show a status entry to reset custom zoom (#201830)
* zoom - show a status entry to reset custom zoom

* .
2024-01-04 20:38:27 +01:00
SteVen Batten 4a6b8d9bd9
Updated CSS selector in titlebarpart.css for hover effect on window icon (#201829)
fixes #196080
2024-01-04 20:37:39 +01:00
Peng Lyu 3adde6e20b
Supporting aux window for notebook editors (#201738)
* Supporting aux window for notebook editors

* fix interactive window

* better handling of active container
2024-01-04 11:00:50 -08:00
Megan Rogge 3f2a0de2f4
Merge pull request #201810 from microsoft/revert-201328-merogge/alert-cue
Revert "add `alert` so braille users can detect events "
2024-01-04 11:27:14 -06:00
Megan Rogge 4aa96c1c34
Revert "add alert so braille users can detect events " 2024-01-04 11:12:28 -06:00
Tyler James Leonhardt 44ffc28fea
Move IHoverService to vs/editor (#201035) 2024-01-04 07:50:30 -08:00
Henning Dieterichs 90f37e5ee2
Adopts localize2 (see #155983) (#201803) 2024-01-04 07:49:15 -08:00
Benjamin Simmonds b2046c1a97
Support for dragging between list items (#201786)
* support dragging between list items

* add color to unthemed

* Renamed ListDragAndDropPosition to ListViewItemDragAndDropSector in various files

* rename

* watch expressions

* targetSector
2024-01-04 15:56:40 +01:00
Benjamin Pasero f873eb1022
Polish per-window zoom (#201791)
* rename editor actions

* introduce `zoomPerWindow` setting

* handle reset properly

* inherit zoom from main window

* .
2024-01-04 15:05:50 +01:00
João Moreno 907fef5b79
revert index tree twistie changes (#201789)
* Revert "Tree - revert options propagation (#199755)"

This reverts commit 5dab5012d8.

* Revert "update collapsible when children change"

This reverts commit a8dd7f60a6.
2024-01-04 14:53:57 +01:00
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