Commit Graph

124157 Commits

Author SHA1 Message Date
Megan Rogge 4d03498fcd on blur of terminal chat widget, if terminal is not visible, hide it (#212747)
fix #212672
2024-05-15 00:34:17 +02:00
Megan Rogge e3c1bbc90d fix accessibility signal TOC (#212743)
fix #212627
2024-05-14 15:09:18 -07:00
Joyce Er 51d72a2cb4 fix: layout chat input after accounting for attached context widget (#212741) 2024-05-14 14:35:48 -07:00
Megan Rogge dc51a8c7c7 Add sound from sound designer (#212739) 2024-05-14 21:52:53 +02:00
Megan Rogge 987a4c7098 return if activeTerminal is undefined (#212735)
fix #212721
2024-05-14 21:50:00 +02:00
Joyce Er f71359312b fix: don't show Attach Context for inline/quick chat 2024-05-14 12:25:48 -07:00
Joyce Er 67caa89ae7 fix: avoid chat input shifting around when attaching context 2024-05-14 12:25:48 -07:00
Connor Peet fda84a15c7 Merge pull request #212733 from microsoft/connor4312/coverage-bar-polish
testing: update coverage from UX feedback
2024-05-14 12:24:49 -07:00
Rob Lourens 167cae71b1 Fix reviving IChatAgentData in the request part (#212732)
Missing some required props which are not in old persisted data
2024-05-14 21:06:32 +02:00
Connor Peet 26dbd91bfa testing: update coverage from UX feedback
- Have coverage actions in the editor title by default
- Coverage actions move into the toolbar when the toolbar is toggled on
- Use a view action in the Test Coverage view for filtering data
- Don't show %'s on directories in the Test Coverage view when filtered
2024-05-14 11:56:44 -07:00
Matt Bierner daec93b827 Disable web ata for safari (#212726) 2024-05-14 11:12:28 -07:00
Sandeep Somavarapu 146d9ed08b report internalCode (#212724) 2024-05-14 11:11:12 -07:00
Sandeep Somavarapu 35c4fb4b93 validate downloaded assets and retry (#212722) 2024-05-14 11:10:12 -07:00
Benjamin Christopher Simmonds 77e5788333 Diff editor commands extract resource from action (#212719)
Diff editor actions should properly extract context of action
2024-05-14 19:02:32 +02:00
Benjamin Christopher Simmonds 95348fb8d0 Allow editor actions on inactive editor groups (#212715)
* Allow editor actions on both sides

* support for single tabs
2024-05-14 18:50:34 +02:00
Johannes Rieken cf8e443ca8 one more round of API todos (#212710) 2024-05-14 18:21:11 +02:00
Rob Lourens e1c99ae22e Fix chat view name (#212646)
* Fix chat view name

* Fix
2024-05-14 09:11:17 -07:00
Sandeep Somavarapu 528d13bffc report extension version (#212705) 2024-05-14 17:41:34 +02:00
Sandeep Somavarapu bdddba5a82 fix #212105 (#212693) 2024-05-14 15:15:38 +02:00
Henning Dieterichs b2e6cd0212 Adresses #211878 (#212677) 2024-05-14 11:28:12 +02:00
Henning Dieterichs 5dd248fc12 Fixes #212293 (#212675) 2024-05-14 10:52:51 +02:00
Benjamin Pasero 7aa7be5f5c voice - cleanup voice chat actions (#212653) 2024-05-14 10:19:21 +02:00
Johannes Rieken 49bac27eb0 Update language model metadata and add logging (#212670)
* add logging when language model chat comes and goes and when selection happens

* have `max{Input|Output}Token` instead of contextSize. This reflect LM model reality better
2024-05-14 10:14:39 +02:00
Sandeep Somavarapu 743d036d66 fix #185186 (#212668) 2024-05-14 09:50:11 +02:00
Joyce Er 47790134e6 feat: introduce Attach Context entrypoint in chat (#212652)
* feat: introduce Attach Context entrypoint in chat

* Clean up setting

* Fix compile

* 🫠
2024-05-14 08:07:31 +02:00
Rob Lourens bbc4ba1eff Move 'variableName' form of 'reference' to chatParticipantAdditions.d.ts (#212648)
Because this is confusing, and might be less relevant in the future
2024-05-13 20:45:26 -07:00
Rob Lourens 597cd68a41 Accept URI for reference icon (#212643) 2024-05-13 15:43:11 -07:00
Connor Peet 358a3a65d3 fix incomplete coverage reports on macos (#212639)
* eng: fix incomplete coverage reports on macos

Wait for stdout to drain before exiting

* better fix
2024-05-13 15:27:00 -07:00
Matt Bierner 39fc2dfefa Fixes a few more cases of #211878 (#212642) 2024-05-13 15:26:06 -07:00
Rob Lourens 31eadcecce Make ChatValueReference#range optional (#212641) 2024-05-14 00:19:21 +02:00
Connor Peet 584a7a119b Merge pull request #212640 from microsoft/connor4312/issue212479
testing: fix coverCountBadgeForeground color token is not functional
2024-05-13 15:08:16 -07:00
Connor Peet d6b26fecc8 testing: fix coverCountBadgeForeground color token is not functional
Fixes #212479
2024-05-13 14:51:31 -07:00
Rob Lourens 6643db734a Add chat variable id and rename to 'references' (#212480)
* Add chat variable id

* Rename 'variables' to 'references'

* Replace other 'variables' usages

* Fix tests
2024-05-13 14:30:14 -07:00
Dat Nguyen 85f4f03265 Added setting for notebook cell markdown lineheight (#212531) 2024-05-13 13:41:12 -07:00
Megan Rogge 8845f69304 don't show terminal chat hint for reconnected terminals (#212636)
fix #212278
2024-05-13 22:33:00 +02:00
Johannes Rieken 683f0a950a canSendRequest should take LanguageModelChat object and not an identifier (#212632) 2024-05-13 13:31:02 -07:00
Rob Lourens d1b5d42012 Fix <?php tag (#212631)
Fix microsoft/vscode-copilot-release#1107
2024-05-13 21:13:40 +02:00
Benjamin Christopher Simmonds 88bc75f68c Tabs Multi Select (#211712)
* Tabs Multi Select v1

* Color

* Only rerender selections

* Improve drag and drop and tab border top drawing

* Improved multi select behaviour

* Open With Editor multiple "support"

* 💄

* tests

* Move down to model

* Fix tests

* Sync selection and active in model

* Make unselect async

* async unselect in interface

* Model update event when unselecting with closeEditor

* async fir selectEditor

* Fix tests and 💄
2024-05-13 21:06:02 +02:00
Megan Rogge 90edab144f re-enable terminal chat hint by default, fix bug (#212630)
fix #212221
2024-05-13 11:49:47 -07:00
Connor Peet 929bec07f1 eng: make it selfhost failure log easier to access and more stable (#212626) 2024-05-13 11:35:03 -07:00
Sandeep Somavarapu 501b2bb22c add source context to extension installation (#212625) 2024-05-13 20:12:43 +02:00
Megan Rogge 8a04a3352d provide screen reader users with correct info for suggested question (#212612)
fix #212323
2024-05-13 10:55:59 -07:00
David Dossett 55d6200c43 Add Codicon.attach (#212624) 2024-05-13 19:41:31 +02:00
Megan Rogge 3497513f6b set terminal hint font, font size to that of terminal, fix bug (#212623) 2024-05-13 19:34:08 +02:00
Aaron Munger 59018d4606 always resume the pausable emitter (#212621)
* keep the resume call for corresponding pause

* always resume the pausable emitter
2024-05-13 19:17:33 +02:00
Joyce Er cd3514d90f Merge pull request #212619 from microsoft/dev/joyceerhl/maximum-kangaroo
fix: don't show spinner when doing basic render of chat progress task
2024-05-13 10:06:08 -07:00
Johannes Rieken 95e2edd48f ChatProviderInvokedEvent event should include the location at which chat was created/started (#212618)
https://github.com/microsoft/vscode-copilot/issues/5604
2024-05-13 19:02:13 +02:00
Johannes Rieken f89482ef4c more API todos (#212617) 2024-05-13 18:57:43 +02:00
Joyce Er 3b72461942 fix: don't show spinner when doing basic render of chat progress task 2024-05-13 09:47:59 -07:00
Sandeep Somavarapu fb618e4e60 add source context to extension installation (#212615) 2024-05-13 18:22:54 +02:00