Commit Graph

108218 Commits

Author SHA1 Message Date
Connor Peet
2c2dcae426 debug: bump js-debug (#181049)
Fixes https://github.com/microsoft/vscode/issues/181047
2023-04-27 13:46:48 -07:00
Megan Rogge
c1ce90016f Merge pull request #181046 from microsoft/joh/deep-manatee
don't use role or aria-label attributes so that contents get read out
2023-04-27 13:20:39 -07:00
Megan Rogge
effba3a848 Merge pull request #181043 from microsoft/joh/urban-camel
fix tab order for hidden status element when a message shows
2023-04-27 13:20:29 -07:00
Megan Rogge
016a3fd402 Merge pull request #181042 from microsoft/merogge/playTime
for cached audio cues, reset `currentTime` to 0
2023-04-27 13:20:10 -07:00
Tyler James Leonhardt
2d28a86e1d Add a couple teammates to my-endgame notebook (#181059)
* Add a couple teammates to my-endgame notebook

friends :)

* Add @Yoyokrazy

* Add @paulacamargo25
2023-04-27 20:43:26 +02:00
Johannes
e6855a201e don't use role or aria-label attributes so that contents get read out
fixes https://github.com/microsoft/vscode-internalbacklog/issues/4035
2023-04-27 18:08:51 +02:00
Johannes
2a557e7102 fix tab order for hidden status element when a message shows
fixes https://github.com/microsoft/vscode-internalbacklog/issues/4039
2023-04-27 17:50:40 +02:00
meganrogge
5e32d30a46 fix #175014 2023-04-27 08:32:57 -07:00
Johannes Rieken
726b7f51e0 enable live preview for last line of document. for that... (#181029)
- support `ordinal` and `showInHiddenAreas` for `IViewZone`
- adopt in zoneWidget
- adopt for inline chat widgets
- remove code that isn't needed anymore 👯‍♂️

fixes https://github.com/microsoft/vscode-internalbacklog/issues/4024
2023-04-27 15:42:00 +02:00
Henning Dieterichs
92f910ffdb Adds telemetry to understand how long the diff editor was visible to the user. (#181021)
* Adds telemetry to understand how long the diff editor was visible to the user.

* Uses StopWatch utility.

* Fixes CI

* 💄

* 💄

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2023-04-27 15:22:52 +02:00
Alex Ross
5886713cc2 Use correct key for hybrid port unforwarding (#181005)
* Use correct key for hybrid port unforwarding

* Use forwarded host for closing

* Delete key from this.autoForwarded
2023-04-27 13:00:04 +02:00
Henning Dieterichs
1e29d6018a Fixes #181009 (#181011)
* Fixes #181009

* Use isMeasurement: true for boolean
2023-04-27 11:28:05 +02:00
Henning Dieterichs
5ba4af0421 Fixes #181007 (#181008) 2023-04-27 11:03:00 +02:00
Joyce Er
180f909fac Avoid double encoding vscode.dev links (#181002) 2023-04-27 08:48:29 +02:00
SteVen Batten
d6290ef658 update distro (#180992) 2023-04-27 03:06:45 +02:00
Megan Rogge
0049376904 Merge pull request #180985 from microsoft/merogge/diff
set `diffEditor` verbose to false by default
2023-04-26 15:59:33 -07:00
Rob Lourens
9f86a459c0 Load chat username/icon from current session, not persisted data (#180981) 2023-04-27 08:58:41 +10:00
Joyce Er
0a778a5d15 Allow clicking to remove breakpoint even alongside non debug decorations (#180986) 2023-04-27 00:41:36 +02:00
meganrogge
b44d1fb989 undo some changes 2023-04-26 15:18:22 -07:00
meganrogge
3d04348ffe fix #172465 2023-04-26 15:14:45 -07:00
Tyler James Leonhardt
afe68c63d3 Use a colon instead of quotes to handle long queries better (#180980)
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/4021
2023-04-26 23:45:53 +02:00
Tyler James Leonhardt
ea031c70f5 Update vscode.d.ts for clearSessionPreference (#180979)
Fixes https://github.com/microsoft/vscode/issues/180860
2023-04-26 23:37:23 +02:00
Megan Rogge
50cc7dfd4b Merge pull request #180978 from microsoft/merogge/qp
on `accept`, `hide` accessible buffer quickpick
2023-04-26 14:32:18 -07:00
Henning Dieterichs
b816a3ffaf Fixes CI 2023-04-26 23:31:20 +02:00
Henning Dieterichs
67a7211edd Fixes #180792 2023-04-26 23:31:20 +02:00
Henning Dieterichs
8ee5443228 Fixes bug in observable utility 2023-04-26 23:31:20 +02:00
David Dossett
5c44e81ce5 Update getting started theme picker images to reflect new themes (#180976)
* Update getting started theme picker assets to reflect new themes

* Update theme names
2023-04-26 14:20:20 -07:00
Bhavya U
c4fad83fca Add overrideCategory back (#180975) 2023-04-26 14:18:37 -07:00
Tyler James Leonhardt
738ab7954c Add mode to the notification (#180977)
ref https://github.com/microsoft/vscode/issues/180803#issuecomment-1522947472
2023-04-26 23:16:39 +02:00
Martin Aeschlimann
74d91b8053 Notification marker color turns grey when selected (#180973) 2023-04-27 07:12:21 +10:00
Megan Rogge
5d7d5e4c20 fix #180899 2023-04-26 14:07:12 -07:00
Martin Aeschlimann
0af79d4146 [json] update service (#180972) 2023-04-26 22:50:09 +02:00
Kartik Raj
fcc2290dbb Merge pull request #180903 from microsoft/kartik/updatestatus 2023-04-26 13:37:23 -07:00
Tyler James Leonhardt
326dc5a307 Fix Issue Reporter API (#180971)
* Fix Issue Reporter API

CancellationTokens aren't hydrated over ProxyChannels so I've removed cancellation logic.

Additionally, there was a bad string compare that needed toLower when checking if an extension has a handler.

Additionally, added docs.

Fixes https://github.com/microsoft/vscode/issues/180890
Fixes https://github.com/microsoft/vscode/issues/180920
Fixes https://github.com/microsoft/vscode/issues/180887

* remove import

* remove another import
2023-04-26 22:11:06 +02:00
Michael Lively
407cb5a5fb add workspaceTrust to nb "codeaction" infra (#180968) 2023-04-26 21:17:27 +02:00
Rob Lourens
ccd30928a1 Fix copying a suggested followup question in chat (#180965) 2023-04-26 20:40:29 +02:00
Sandeep Somavarapu
38f1a66771 Fix #163383 (#180963) 2023-04-26 11:30:24 -07:00
Peng Lyu
dccdcf7230 Fix #180290. Tweak wording accurately for install/enable missing extension. (#180961) 2023-04-26 11:29:52 -07:00
Peng Lyu
30e62e1bf8 Fix #177405. Treat error as plain text. (#180960) 2023-04-26 19:28:28 +02:00
Alexandru Dima
47c4c928bd update distro (#180957) 2023-04-26 18:54:37 +02:00
Johannes Rieken
2d346144f6 fix multi range formatting (#180955)
fixes https://github.com/microsoft/vscode/issues/178825
2023-04-26 18:35:50 +02:00
Lakshya A Agrawal
ed603a13cb Fix typo in vscode.d.ts (#177377)
"of" -> "or"

Co-authored-by: Matt Bierner <matb@microsoft.com>
2023-04-26 16:32:22 +00:00
Alexandru Dima
16b96c4766 update distro (#180953) 2023-04-26 18:23:04 +02:00
Henning Dieterichs
672c55443a Enables experiments for diffEditor.diffAlgorithm (#180954) 2023-04-26 18:21:34 +02:00
Johannes Rieken
3e824cfd48 make sure EditModeStrategy#apply/cancel isn't called twice, keep reference onto editor model to prevent dispose before reset (#180952)
fixes https://github.com/microsoft/vscode-internalbacklog/issues/3963
2023-04-26 18:09:57 +02:00
Alex Ross
9d2090bb74 "Show Next Change" doesn't show the right change (#180951)
Fixes #180744
2023-04-26 18:04:28 +02:00
Johannes Rieken
0198f59391 prevent endless autoSend loop of inline chat (#180945)
fixes https://github.com/microsoft/vscode-internalbacklog/issues/3990
2023-04-26 16:30:27 +02:00
Alex Ross
4270de1f3a Fix initial comment expand state (#180941)
Fixes #169928
2023-04-26 15:58:12 +02:00
João Moreno
a7cfec356b don't show release notes on web (#180937)
fixes #179536
2023-04-26 15:32:46 +02:00
Johannes Rieken
5e4d633346 Merge pull request #180936 from microsoft/joh/striped-dragonfly
joh/striped dragonfly
2023-04-26 15:23:53 +02:00