Commit graph

121687 commits

Author SHA1 Message Date
David Dossett
4c4ac63f36
Merge pull request #212843 from microsoft/ddossett/colorful-cricket
Remove extra space above attachments
2024-05-15 15:19:34 -07:00
David Dossett
5c7e9ff4fd
Remove extra space above attachments 2024-05-15 14:41:42 -07:00
David Dossett
d1cc483e03
Initial inline chat polish (#212755)
* Initial inline chat polish

* Fix widget padding

* More tweaks
2024-05-15 14:37:04 -07:00
David Dossett
90402fb5df
Remove chat attachments border and tweak styles (#212745)
* Use chat-requestBorder and update attachments layout

* Remove border and fix layout janks
2024-05-15 23:25:13 +02:00
Rob Lourens
afcb0ebb4e
Finalize chatParticipant and languageModels API (#212829)
* Finalize chatParticipants proposal

* Finalize languageModels API
2024-05-15 14:21:47 -07:00
Megan Rogge
c2baa46aa5
on blur of terminal chat, if no response content, hide widget (#212831)
fix #212672
2024-05-15 11:55:06 -07:00
Miguel Medina Ballesteros
f8ee0378c0
Add AccessibilitySignal.terminalCommandSucceeded and success.mp3 (issue #178989) (#204430) 2024-05-15 18:17:09 +00:00
Benjamin Christopher Simmonds
e206bcb922
Fix multi-select behavior on macOS (#212825)
macos multiselect cmd
2024-05-15 19:19:35 +02:00
Benjamin Christopher Simmonds
00891c2792
Update editor actions on settings change (#212824) 2024-05-15 09:47:47 -07:00
Benjamin Christopher Simmonds
c924205321
Make List / Tree Hovers Focusable (#212818)
* fixes #211951

* fix test

* Support updatable hover
2024-05-15 18:39:03 +02:00
Sandeep Somavarapu
b8881656c6
fix #208324 (#212822) 2024-05-15 18:11:37 +02:00
Johannes Rieken
bd653ce6c9
move todos into issue (#212821)
https://github.com/microsoft/vscode/issues/206265
2024-05-15 17:49:33 +02:00
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