Commit graph

120405 commits

Author SHA1 Message Date
Aaron Munger 0b448a58a7
bump distro commit (#208921) 2024-03-27 17:38:25 +01:00
Aaron Munger 8cfe998a17
check undefined, trackpad can send deltaYs of 0 (#208920) 2024-03-27 17:33:27 +01:00
Johannes Rieken 9757f7c73a
Make "Toggle Changes" more prominent and re-run less (#208917)
- add regenerage and regenerate w/o intent detection to response title menu
- have toggle changes command with accept and discard
- add context key for chat widget location
2024-03-27 17:30:18 +01:00
Connor Peet da9a5c450b
chore: bump distro (#208918)
For https://github.com/microsoft/vscode-distro/pull/903
2024-03-27 17:00:39 +01:00
Johannes Rieken e44fee751c
tweak working, use "Made changes" instead of "text edits" (#208909)
https://github.com/microsoft/vscode/issues/208576
2024-03-27 15:43:25 +01:00
Johannes Rieken b37d8bc51f
show inline chat content widget below the selection (#208907)
* let close cancel/discard a vanilla inline chat session

fixes https://github.com/microsoft/vscode/issues/208585

* show inline chat content widget below the selection

https://github.com/microsoft/vscode/issues/208597
2024-03-27 15:26:11 +01:00
Daniel Imms 32690e164d
Merge pull request #208523 from cpendery/fix/suggestions-with-no-keybindings
fix: don't show terminal suggestions when keybindings are sent through to shell
2024-03-27 06:06:17 -07:00
Johannes Rieken dda7e5ead2
inline - fix toggle state of Show Changes (#208899) 2024-03-27 12:45:58 +01:00
Johannes Rieken 631514ae58
don't use ICodeEditor#getOffsetForColumn for lines that aren't rendered (#208896)
fixes https://github.com/microsoft/vscode-copilot/issues/4828
2024-03-27 12:33:56 +01:00
Benjamin Christopher Simmonds 2fbd5e0656
Fixes #208599 and fixes #208538 (#208893) 2024-03-27 12:18:31 +01:00
Johannes Rieken 6363ecfa73
Fix inline chat content widget dimensions (#208890)
* tweak min/max width on inline chat content widget

fixes https://github.com/microsoft/vscode/issues/208882
fixes https://github.com/microsoft/vscode/issues/208879

* use a fixed width, cap overall height
2024-03-27 11:54:42 +01:00
Benjamin Christopher Simmonds 7ae09768ca
Fix LanguageStatusItem.Command.tooltip regression (#208888)
fixes #208265
2024-03-27 11:37:31 +01:00
Benjamin Christopher Simmonds 44c9f407c3
Fix scrolling misalignment issue with find box (#208885)
fix #208538
2024-03-27 11:17:08 +01:00
Benjamin Pasero 3a3c5c4b1c
voice - fix hold mode in presence of lazy activation (#208884) 2024-03-27 11:15:11 +01:00
Johannes Rieken 298c42a605
add content height change event for chat widget so that inline chat can relayout accordingly (#208883)
fixes https://github.com/microsoft/vscode/issues/208418
2024-03-27 19:10:19 +09:00
Henning Dieterichs dd0f3a32fd More ensureNoDisposablesAreLeakedInTestSuite(); 2024-03-27 10:46:42 +01:00
Henning Dieterichs bf01138b14 Adresses #200091 2024-03-27 10:46:42 +01:00
Robo 6f287b276e
chore: bump electron@28.2.8 (#208868)
* chore: bump electron@28.2.8

* chore: bump distro
2024-03-27 08:47:13 +01:00
Benjamin Pasero 865cc596c7
Webview.postMessage hangs when dragging a webview into its own window (fix #208263) (#208832) 2024-03-27 15:52:19 +09:00
Bhavya U 246d700c46
Fix Welcome page layout (#208857) 2024-03-26 19:59:32 -07:00
Tyler James Leonhardt 3ff48780d3
Only fire one event when selectedItems is set (#208853)
Fixes https://github.com/microsoft/vscode/issues/208605
2024-03-26 19:59:11 -07:00
Rob Lourens 34e0d29439
Fix offtopic message in terminal chat (#208848)
Fix #207368
2024-03-26 16:41:52 -07:00
Justin Chen d12d64d228
adds capitalization to match rename widget (#208839)
* adds capitalization to match rename widget

* forgot to add an 'a'
2024-03-26 16:19:56 -07:00
Rob Lourens 197fdee974
Style fixes (#208846)
* Fix inline chat slash command background color
Fix #208708

* Fix x button background color
2024-03-27 00:18:36 +01:00
Rob Lourens 6bf0f76775
Variable reference fixes (#208841)
Remove variable reference hover additions
Because the resource label does this by default and it's fine
And fix navigating to range on variable reference with a Location
2024-03-26 15:54:18 -07:00
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