Commit graph

121876 commits

Author SHA1 Message Date
Benjamin Pasero ba6864cbdd
refactor: improve handling of chat widget context in voice chat actions (#212815) 2024-05-15 17:13:14 +02:00
Johannes Rieken 5d52fe6d54
rename LanguageModelChatResponse#stream to text (#212811)
https://github.com/microsoft/vscode/issues/206265
2024-05-15 15:11:38 +02:00
Henning Dieterichs f0676fb01a
Fixes #211742 (#212807) 2024-05-15 14:13:21 +02:00
Christof Marti d0aceadf96 Update distro hash 2024-05-15 13:28:44 +02:00
Benjamin Pasero 6317965640
shared process - show notification toast on crash (fix #212103) (#212799) 2024-05-15 13:10:05 +02:00
Benjamin Pasero 8daa0c10bf
voice - render markdown as string before synthesizing (#212796) 2024-05-15 13:09:02 +02:00
Benjamin Christopher Simmonds 942d81c5b1
Improve tabs multi select theme colors and high contrast support (#212795)
Improved tabs multi select theme colors and high contrast support
2024-05-15 12:41:13 +02:00
Martin Aeschlimann 243494c178
set UV_USE_IO_URING in code server for linux (#212791) 2024-05-15 11:38:47 +02:00
Sandeep Somavarapu 0891d3031c
fix type checks #211878 (#212790) 2024-05-15 11:25:43 +02:00
Sean McManus 739d4803af
Add /** */ to cpp/language-configurations.json (#211202)
This fixes the issue at https://github.com/microsoft/vscode-cpptools/issues/12249 .

This was removed in 98fa77a679 .

Then PR https://github.com/microsoft/vscode/pull/160357 added /* */ autoClosingPair.
2024-05-15 09:10:15 +00:00
Johannes Rieken ffb2581f08
remove maxOutputTokens for now (#212781)
https://github.com/microsoft/vscode/issues/206265
2024-05-15 10:25:25 +02:00
Benjamin Pasero 8693728cc3
voice - cleanup synthesize actions (#212680) 2024-05-15 10:23:10 +02:00
Sandeep Somavarapu c1f1d6aba3
update distro (#212776) 2024-05-15 09:51:12 +02:00
Benjamin Christopher Simmonds 6ade685193
Fix hovers on empty group watermarks (#212777)
fixes #212355
2024-05-15 09:42:20 +02:00
Johannes Rieken 7680db2a11
Move rerun request back to prime spot, return with intent detection back as link (#212775)
* Bring back "Rerun Request" to its prominent spot

https://github.com/microsoft/vscode-copilot/issues/5604

* move rerun without gesture back into title

fixes https://github.com/microsoft/vscode-copilot/issues/5275
2024-05-15 09:31:04 +02:00
Rob Lourens 5e68ffd760
Fix #212717 (#212763) 2024-05-14 19:08:31 -07:00
Joyce Er 5f7906e91b
fix: allow multiple chat file references (#212756)
* fix: allow multiple chat file references

* refactor: register disposables, fix merge, cleanup

* Reuse `onDidChangeHeight`
2024-05-15 03:07:32 +02:00
Rob Lourens 28c4d6b6a1
Prevent overflowing text (#212761) 2024-05-15 02:59:39 +02:00
Rob Lourens 1a9a2be60e
Fix broken chat input placeholder and decorations (#212759) 2024-05-15 02:48:54 +02:00
Rob Lourens 0d64170259
Chat participant API polishing (#212757)
API polishing
2024-05-14 17:47:55 -07:00
Aaron Munger 7415be2f47
fix config ID (#212751) 2024-05-15 01:18:58 +02:00
Rob Lourens 6ffbf8bff2
Fix missing implicit variables for inline chat participant (#212748) 2024-05-15 01:07:51 +02:00
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