Rob Lourens
f368107e70
Fix extra space in welcome message ( #208842 )
2024-03-26 15:52:59 -07:00
David Dossett
f88822cd06
Merge pull request #208835 from microsoft/ddossett/comparative-roadrunner
...
Fix listFocusHighlightForeground
2024-03-26 15:13:31 -07:00
Johannes Rieken
f541620354
inline chat layout fixes ( #208833 )
...
* move padding into status element so that empty status doesn't report height
fixes https://github.com/microsoft/vscode/issues/208419
* inline chat layout fixes
- allow to define default element height which fixes unexpected large inline chat on first render,
- properly set editor overflow widget
2024-03-26 15:01:53 -07:00
David Dossett
f68761a068
Fix unneeded import
2024-03-26 14:58:29 -07:00
Megan Rogge
59a81503c7
Merge pull request #208824 from microsoft/merogge/cop-key
...
get insert at cursor keybinding to work over erroneous ext contributed command
2024-03-26 14:42:28 -07:00
David Dossett
55f5904cc3
Fix listFocusHighlightForeground
2024-03-26 13:57:09 -07:00
Daniel Imms
5a26bd11e4
Merge pull request #208831 from microsoft/tyriar/204167_2
...
Remove color/id in profile, this didn't work properly
2024-03-26 13:13:45 -07:00
Peng Lyu
3e1b51e378
Fix voice and notebook chat kb conflicts. ( #208830 )
2024-03-26 21:10:11 +01:00
Megan Rogge
1d122e94cf
Merge pull request #208829 from microsoft/merogge/tab-focus
...
set tab focus when editable widget focused
2024-03-26 13:04:28 -07:00
Peng Lyu
24346707ae
Fix microsoft/vscode-copilot#4823. ( #208828 )
...
Fix microsoft/vscode-copilot#4762 .
2024-03-26 21:01:35 +01:00
Daniel Imms
74b53eb8c7
Remove color/id in profile, this didn't work properly
...
Part of #204167
2024-03-26 12:56:24 -07:00
Johannes Rieken
25da801de4
fix https://github.com/microsoft/vscode-copilot/issues/4790 ( #208825 )
2024-03-26 20:50:38 +01:00
meganrogge
6b8d169dc1
set tab focus when editable widget focused
2024-03-26 12:46:32 -07:00
meganrogge
5125b41ec4
fix #208627
2024-03-26 12:32:30 -07:00
Daniel Imms
c27738b91c
Merge pull request #208803 from microsoft/tyriar/208591
...
Don't clear after timeout, highlight multi-line commands
2024-03-26 12:15:31 -07:00
Daniel Imms
17654904b6
Merge pull request #208805 from microsoft/tyriar/208661
...
Remove stale comment
2024-03-26 12:13:36 -07:00
Daniel Imms
57f2dd34a2
Merge pull request #208823 from microsoft/tyriar/206124
...
Fix duplicate links where description is falsey
2024-03-26 12:13:02 -07:00
Henning Dieterichs
3e41bfbe49
Fixes #208819
2024-03-26 19:57:10 +01:00
Daniel Imms
ffbd5de8c8
Fix duplicate links where description is falsey
...
Fixes #206124
2024-03-26 11:50:39 -07:00
Chapman Pendery
37842b3f92
fix: visibleCount should not go to nullable
...
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-26 11:41:43 -07:00
Chapman Pendery
4580df9d4f
fix: bundling error makes terminal suggestions fail
...
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-26 11:31:44 -07:00
Henning Dieterichs
17e86debf7
Fixes #206558
2024-03-26 17:52:45 +01:00
Benjamin Pasero
12b7fd98c3
voice - better tracking of status ( #208808 )
2024-03-26 17:47:24 +01:00
Benjamin Christopher Simmonds
9d8c22a86c
Add validation for empty pattern in custom editor labels ( #208809 )
...
Add validation for custom editor label patterns fixes #208723
2024-03-26 17:43:13 +01:00
Alexandru Dima
0c5078aacd
Merge pull request #208804 from microsoft/alexd/spiritual-bug
...
Avoid doing a hit test if the line is empty or if the mouse is after the line width
2024-03-26 17:27:21 +01:00
Daniel Imms
feb1c25764
Remove stale comment
...
Fixes #208661
2024-03-26 09:13:55 -07:00
Alex Dima
4284fcd37f
Avoid doing a hit test if the line is empty or if the mouse is after the line width (also fixes #208262 )
2024-03-26 17:09:14 +01:00
Daniel Imms
5b3380c48e
Don't clear after timeout, highlight multi-line commands
...
Fixes #208591
2024-03-26 09:08:43 -07:00
Benjamin Pasero
a375ea8754
voice - disable start action when request is active in terminal ( #208801 )
2024-03-26 17:07:14 +01:00
Alex Dima
27eb6dfa41
Merge remote-tracking branch 'origin/main' into alexd/spiritual-bug
2024-03-26 17:06:07 +01:00
Alex Dima
7a5cdf44ff
Refactor: simplify hit testing flow
2024-03-26 17:05:52 +01:00
Benjamin Pasero
1a2cc56282
Voice: terminal controller is not behaving like view/inline ( fix #208791 ) ( #208800 )
2024-03-26 17:04:13 +01:00
Benjamin Pasero
3574756bf4
voice - remove now obsolete CSS rules ( #208797 )
2024-03-26 16:56:30 +01:00
Daniel Imms
46f2641c52
Merge pull request #208796 from microsoft/tyriar/208257_2
...
Shell integration docs and readonly
2024-03-26 08:54:38 -07:00
Megan Rogge
95b449d11a
Merge pull request #208795 from microsoft/merogge/acc-view-tweaks
...
fix small issues w accessibiliity help
2024-03-26 08:46:48 -07:00
Aaron Munger
86c791ebb2
clear diagnostics on delete, no diagnostics for IW cells ( #208794 )
2024-03-26 08:43:28 -07:00
Daniel Imms
d0851d5aae
Shell integration docs and readonly
...
Addressing feedback in #208257
2024-03-26 08:39:19 -07:00
Benjamin Pasero
62d83b2a75
voice - address some action integration issues for terminal inline chat ( #208792 )
2024-03-26 08:36:37 -07:00
Megan Rogge
22f3839b94
Merge pull request #208793 from microsoft/merogge/voice-conflict
...
fix issue with terminal chat input focus
2024-03-26 08:34:45 -07:00
meganrogge
a6c7311730
fix small issues w accessibiliity help
2024-03-26 08:28:38 -07:00
meganrogge
52d017663b
fix issue with kb conflict
2024-03-26 08:15:03 -07:00
Henning Dieterichs
38695f10be
Fixes #208615
2024-03-26 15:57:12 +01:00
Alex Ross
1a54634c51
open a file on a different path but with same name fails ( #208785 )
...
Fixes #204886
2024-03-26 15:52:40 +01:00
Megan Rogge
4166553e05
Merge pull request #208781 from microsoft/merogge/list-focus
...
fix focus response/input terminal inline chat actions
2024-03-26 07:49:54 -07:00
meganrogge
c0c2a8ae72
use focus last message
2024-03-26 07:33:11 -07:00
Johannes Rieken
1591ace90e
More inline chat fixes ( #208780 )
...
* disable send dropdown menu rendering for anything but panel chat location
fixes https://github.com/microsoft/vscode/issues/208569
* fix https://github.com/microsoft/vscode/issues/208634
2024-03-26 15:07:20 +01:00
meganrogge
1bcfc3e9e1
fix #208731
2024-03-26 06:51:48 -07:00
Benjamin Christopher Simmonds
9ed28b5d67
Fix Activity Bar Position Bottom with Menu ( #208767 )
...
fix #207242
2024-03-26 12:47:12 +01:00
Benjamin Christopher Simmonds
9fcefcb44b
Fix Activity Bar theme colors for Secondary Side Bar ( #208764 )
...
fix #208259
2024-03-26 12:45:25 +01:00
Benjamin Christopher Simmonds
eead56aaf0
Fix setting description for preview editors ( #208758 )
...
setting description fix
2024-03-26 12:44:12 +01:00