Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge 8820c6f381 fix #188789 2023-07-26 10:14:31 -07:00
meganrogge 8094d20e02 reorder 2023-07-26 09:43:34 -07:00
meganrogge fc561b9bb0 fix #188837 2023-07-26 09:42:05 -07:00
Sandeep SomavarapuandGitHub 4c4cfde211 log failure message (#188935) 2023-07-26 09:38:25 -07:00
aamunger e6b8b2a499 Revert "treat soon to be saved by auto-save as saving"
This reverts commit 66b0f92840.
2023-07-26 09:33:07 -07:00
Benjamin PaseroandGitHub 9fea8e2653 Focusing previously focused notification does not announce their content (fix #188762) (#188936) 2023-07-26 16:53:13 +01:00
Megan RoggeandGitHub f7bffd7537 Merge pull request #188928 from rperez030/main
Removes the complementary role from the ARIA status container
2023-07-26 08:35:57 -07:00
Michael LivelyandGitHub b4da76b08c fix #188851, fix dom reading, fix rendering python comments (#188882) 2023-07-26 08:35:41 -07:00
Andrea MahandGitHub 71bf483f13 update licenses (#188880) 2023-07-26 08:19:20 -07:00
Roberto PerezandGitHub f2085265f7 Merge branch 'microsoft:main' into main 2023-07-26 11:17:58 -04:00
Joyce ErandGitHub f58f7bfe7e Add space between a11y text label and description (#188876) 2023-07-26 08:10:52 -07:00
Andreas PareisandGitHub 6c8d3ea05d fixed #173858 minimap slider not scrolling to the top end (#180728)
fixed div/0 in minimap slider position calculation

also execute if block if scrollTop equals options.paddingTop
this avoids div/0 in else block when options.paddingTop is 0
2023-07-26 16:26:17 +02:00
rperez030 6690e00a67 Removes the complementary role from the ARIA status container. 2023-07-26 10:16:26 -04:00
Benjamin PaseroandGitHub 4b947b8925 context menu - address part of #188903 (#188923) 2023-07-26 15:11:44 +01:00
Henning DieterichsandGitHub 96ebd364f0 Guarantee that an autorun is not rerun if it is disposed (#188920) 2023-07-26 14:10:05 +01:00
Sandeep SomavarapuandGitHub 0b589305f8 fix #188582 (#188917) 2023-07-26 14:16:31 +02:00
Sandeep SomavarapuandGitHub 5e3392e11d fix #188897 (#188910) 2023-07-26 14:16:13 +02:00
Sandeep SomavarapuandGitHub 7beda74cc8 fix #188817 (#188909) 2023-07-26 14:15:57 +02:00
Sandeep SomavarapuandGitHub 1b0c1fa5b6 fix #188794 (#188908) 2023-07-26 14:15:40 +02:00
Sandeep SomavarapuandGitHub ed952bea41 fix #188801 (#188900)
* fix #188801

* fix casing
2023-07-26 12:53:45 +02:00
Henning DieterichsandGitHub 37eb06d64e Removes "Show Moves" Menu Entry, as the move detection feature is still very experimental and shouldn't block the diff editor v2 release. (#188906) 2023-07-26 16:15:51 +05:30
Alex RossandGitHub 9adb70b72b Merge pull request #188902 from microsoft/alexr00/bumpDistro
Bump distro
2023-07-26 10:54:04 +02:00
fc450f0726 improve grid auto sizing algorithm (#188898)
* improve grid auto sizing algorithm

fixes #187431

* update description

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2023-07-26 09:45:14 +01:00
Aiday Marlen KyzyandGitHub cdf84c6685 Setting minimum dimensions on the resizable hover when color picker is embedded (#187592)
* setting the min width and text align also

* after the merge, need to refactor the code to make it work correctly once again

* adding code in order to limit size of the resizable hover
2023-07-26 08:27:48 +01:00
398e46ca68 Make content hover text use full possible width (#187597)
* combinging the setting of max dimensions on the container and on the contents dom node

* adding the css variable in order to be able to specify the max width of the content inside

* cleaning the code

* changing the name of the variable

* cleaning the code

* placing the hover max width variable into the others category of vscode-known-variables json file

* defining a fall back value of 500 pixels

* inlinging the code

---------

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2023-07-26 08:54:48 +02:00
Benjamin PaseroandGitHub 5055118e96 context menu - document API and make it typesafer (#188890) 2023-07-26 08:14:19 +02:00
Joyce ErandGitHub 862fa13002 Don't add auto-executing slash commands to input (#188866) 2023-07-26 00:03:17 +01:00
Henning DieterichsandGitHub 15b8f1f9f6 Fixes #188645 (#188818)
Fixes https://github.com/microsoft/vscode/issues/188645
2023-07-25 12:12:58 -07:00
Tyler James LeonhardtandGitHub 66fc27c5e5 Fix casing of string (#188843)
Fixes https://github.com/microsoft/vscode/issues/188796
2023-07-25 11:58:19 -07:00
Bhavya UandGitHub 4767096e40 Save input value as IChatTransferData for restoring after transfer (#188543)
* Store input value in IChatTransferData

* Get widget by chat session id and other changes
2023-07-25 10:07:37 -07:00
Joyce ErandGitHub 08235aac22 Don't duplicate panel chat resolved content (#188802) 2023-07-25 16:34:53 +01:00
Logan RamosandGitHub 9c238d6de4 Remove empty markdown cell from Endgame NB (#188790)
Remove empty markdown cell from nb
2023-07-25 15:35:44 +01:00
Alex Ross e206774d7c Bump distro 2023-07-25 16:09:57 +02:00
Henning DieterichsandGitHub 4f161d4dac Use soft assertion instead of hard error. (#188660) 2023-07-25 13:54:26 +00:00
Joyce ErandGitHub fda972663a Update correct chat response part with content (#188744) 2023-07-25 09:31:13 +02:00
Sandeep SomavarapuandGitHub 885dba39a5 fix #184756 (#188603) 2023-07-25 03:06:31 +01:00
Connor PeetandGitHub f9db237986 chore: bump distro for api proposals (#188731) 2023-07-25 00:51:52 +01:00
Peng LyuandGitHub 261fcf2d57 Fix #188428. Top Insert Toolbar height workaround is no longer needed. (#188726) 2023-07-24 16:46:01 -07:00
Meghan KulkarniandGitHub 87afa166d0 markdown link smart pasting (#188437)
* making markdown link pasting feature smarter

* update validateLink
2023-07-24 16:25:19 -07:00
Rob LourensandGitHub f991a1ad7b Fix restoring welcome message avatar icon. (#188722)
Need to pull it from the real session, not just stale persisted data
Fix microsoft/vscode-copilot#608
2023-07-24 15:25:46 -07:00
Peng LyuandGitHub 4aa6972baf No more top padding workaround for cell toolbar sticky scroll (#188724)
* No more top padding workaround for cell toolbar sticky scroll

* Update execution progress visibility chec.
2023-07-24 23:23:55 +01:00
Tyler James LeonhardtandGitHub 56557cbe35 Move ExtHostAuthentication tests to integrationTest (#188723)
ref https://github.com/microsoft/vscode/issues/149712
2023-07-24 23:15:02 +01:00
Connor PeetandGitHub 5a14d85f48 cli: adding forwarding for local port for remote tunnels (#188715)
This reuses a lot of the logic we use for the normal VS Code Server
tunnel to do port forwarding. It does use a _different_ tunnel than what
Remote Tunnels would otherwise use for the control server. The reason
for this is that ports exist on a tunnel instance, and if we reused the
same tunnel then a client would expect all CLI hosts to serve all
tunnels, where the port forwarding instance would not provide the VS
Code server. It also reuses the singleton logic so all ports on a
machine are handled by a single CLI instance for the same reason: we
can't have different instances hosting subsets of
ports on a single tunnel.

Currently all ports are under the default privacy: support for
public/private tunnels is either later today or next iteration.
2023-07-24 15:12:21 -07:00
Andrea MahandGitHub 67e47344d2 Closed notebook search: current result not highlighted on notebook open (#188719)
Fixes #188558
2023-07-24 22:53:58 +01:00
Tyler James LeonhardtandGitHub 2b5bf2176e Call toLower on a few places to align navigator.language behavior (#188714)
ref https://github.com/microsoft/vscode/issues/187795
2023-07-24 13:02:48 -07:00
Benjamin PaseroandGitHub 57b8265bb7 Merge pull request #188674 from microsoft/ben/context-menu-mouse-position
context menu - allow to use `StandardMouseEvent` as anchor and adopt
2023-07-24 21:08:52 +02:00
Daniel ImmsandGitHub cc8a1c4ca5 Merge pull request #188704 from microsoft/tyriar/distro_230724
Update distro
2023-07-24 11:48:22 -07:00
Daniel Imms 8d0e9d87aa Update distro 2023-07-24 11:24:50 -07:00
Megan RoggeandGitHub c89fba953a Merge pull request #188694 from microsoft/merogge/acc-help-view
apply chat accessibility help menu to entire chat view, not just input
2023-07-24 11:23:11 -07:00
Benjamin Pasero 004a5267d2 context menu - add a window.experimental.nativeContextMenuLocation setting to toggle behaviour 2023-07-24 20:21:12 +02:00