rperez030
6690e00a67
Removes the complementary role from the ARIA status container.
2023-07-26 10:16:26 -04:00
Sandeep Somavarapu and GitHub
0b589305f8
fix #188582 ( #188917 )
2023-07-26 14:16:31 +02:00
Sandeep Somavarapu and GitHub
5e3392e11d
fix #188897 ( #188910 )
2023-07-26 14:16:13 +02:00
Sandeep Somavarapu and GitHub
7beda74cc8
fix #188817 ( #188909 )
2023-07-26 14:15:57 +02:00
Sandeep Somavarapu and GitHub
1b0c1fa5b6
fix #188794 ( #188908 )
2023-07-26 14:15:40 +02:00
Sandeep Somavarapu and GitHub
ed952bea41
fix #188801 ( #188900 )
...
* fix #188801
* fix casing
2023-07-26 12:53:45 +02:00
Henning Dieterichs and GitHub
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 Ross and GitHub
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 Kyzy and GitHub
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 Pasero and GitHub
5055118e96
context menu - document API and make it typesafer ( #188890 )
2023-07-26 08:14:19 +02:00
Joyce Er and GitHub
862fa13002
Don't add auto-executing slash commands to input ( #188866 )
2023-07-26 00:03:17 +01:00
Henning Dieterichs and GitHub
15b8f1f9f6
Fixes #188645 ( #188818 )
...
Fixes https://github.com/microsoft/vscode/issues/188645
2023-07-25 12:12:58 -07:00
Tyler James Leonhardt and GitHub
66fc27c5e5
Fix casing of string ( #188843 )
...
Fixes https://github.com/microsoft/vscode/issues/188796
2023-07-25 11:58:19 -07:00
Bhavya U and GitHub
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 Er and GitHub
08235aac22
Don't duplicate panel chat resolved content ( #188802 )
2023-07-25 16:34:53 +01:00
Logan Ramos and GitHub
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 Dieterichs and GitHub
4f161d4dac
Use soft assertion instead of hard error. ( #188660 )
2023-07-25 13:54:26 +00:00
Joyce Er and GitHub
fda972663a
Update correct chat response part with content ( #188744 )
2023-07-25 09:31:13 +02:00
Sandeep Somavarapu and GitHub
885dba39a5
fix #184756 ( #188603 )
2023-07-25 03:06:31 +01:00
Connor Peet and GitHub
f9db237986
chore: bump distro for api proposals ( #188731 )
2023-07-25 00:51:52 +01:00
Peng Lyu and GitHub
261fcf2d57
Fix #188428 . Top Insert Toolbar height workaround is no longer needed. ( #188726 )
2023-07-24 16:46:01 -07:00
Meghan Kulkarni and GitHub
87afa166d0
markdown link smart pasting ( #188437 )
...
* making markdown link pasting feature smarter
* update validateLink
2023-07-24 16:25:19 -07:00
Rob Lourens and GitHub
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 Lyu and GitHub
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 Leonhardt and GitHub
56557cbe35
Move ExtHostAuthentication tests to integrationTest ( #188723 )
...
ref https://github.com/microsoft/vscode/issues/149712
2023-07-24 23:15:02 +01:00
Connor Peet and GitHub
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 Mah and GitHub
67e47344d2
Closed notebook search: current result not highlighted on notebook open ( #188719 )
...
Fixes #188558
2023-07-24 22:53:58 +01:00
Tyler James Leonhardt and GitHub
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 Pasero and GitHub
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 Imms and GitHub
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 Rogge and GitHub
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
Raymond Zhao and GitHub
489f0814c5
Add margin-bottom, fixes #172487 ( #188541 )
2023-07-24 11:18:50 -07:00
Megan Rogge and GitHub
24cf54069a
Merge pull request #188691 from microsoft/merogge/focused-input
...
don't check if there's an active editor when setting `chatInputFocused`
2023-07-24 10:57:32 -07:00
Daniel Imms and GitHub
8e76f4dd0d
Merge pull request #188697 from microsoft/tyriar/revert_node_pty
...
Revert "chore: bump node-pty@1.1.0-beta3"
2023-07-24 10:32:35 -07:00
Daniel Imms
ce2579718d
Revert "chore: bump node-pty@1.1.0-beta3"
...
This reverts commit 5083bb50a5 .
This update caused macOS task integration tests to consistently fail.
2023-07-24 10:14:32 -07:00
Tyler James Leonhardt and GitHub
1ec506bf0e
Use basic for password-store ( #188692 )
...
* Use `basic` for `password-store`
Fixes https://github.com/microsoft/vscode/issues/188059
* add to node argv.ts
2023-07-24 10:13:11 -07:00
Hylke Bons and GitHub
a079961026
Merge pull request #188668 from microsoft/fix-diff-colors
...
themes: Fall back to Light/Dark+ themes for diff colors
2023-07-24 18:57:04 +02:00
SteVen Batten and GitHub
7b0a86b86b
use capture on zone widget click to prevent interference ( #187736 )
2023-07-24 09:54:59 -07:00
meganrogge
8d8f8420d7
better fix
2023-07-24 09:52:10 -07:00
meganrogge
b0e5290c3c
clean up
2023-07-24 09:23:38 -07:00
meganrogge
c09f39f960
fix #186619
2023-07-24 09:20:27 -07:00
Bhavya U and GitHub
854121fd96
Show Remote Close action as the last item in the quick pick ( #188590 )
...
Show Remote close item as the last item in the quick pick
2023-07-24 08:10:42 -07:00
João Moreno and GitHub
16cfcb05f2
alternative commands: respect motion reduced ( #188103 )
...
* alternative commands: respect motion reduced
* fix compile errors
2023-07-24 16:07:16 +01:00
Benjamin Pasero
e6648263fa
context menu - add comment for when position is undefined
2023-07-24 16:36:45 +02:00
Benjamin Pasero
fbefd6c2ee
context menu - let electron position menu for cursor
2023-07-24 16:35:28 +02:00