Daniel Imms
a3602c3db9
Remove margin between chat and response
2024-02-15 12:53:37 -08:00
meganrogge
2408cc098b
if no model, focus input like quick chat does
2024-02-15 14:48:23 -06:00
meganrogge
7162515cd7
open in chat view
2024-02-15 14:40:35 -06:00
meganrogge
556c0e67c9
await initialization
2024-02-15 14:26:09 -06:00
Daniel Imms
4de80e1c38
Handle hide/show in editor class
2024-02-15 12:19:11 -08:00
Daniel Imms
342570da6a
Bring back initial placeholder and info on hide
2024-02-15 12:14:59 -08:00
Daniel Imms
2453accbe8
Pull placeholder from model
2024-02-15 12:09:49 -08:00
Daniel Imms
204e5ba829
Register chat widget against contr
2024-02-15 12:08:41 -08:00
meganrogge
98e01f9016
rm unused
2024-02-15 14:08:14 -06:00
Daniel Imms
a1ac397ba2
Pull response editor into separate class
2024-02-15 12:06:33 -08:00
meganrogge
aa5626dc23
fix issue with cancel
2024-02-15 13:57:34 -06:00
Daniel Imms
b269a4b6a5
Improve handling of wrapping in response editor
2024-02-15 11:44:46 -08:00
Daniel Imms
06afd59373
Await model (fixes lang mode)
2024-02-15 11:36:50 -08:00
Daniel Imms
69592b6d49
Standardize on workbench contrib weight
2024-02-15 11:33:37 -08:00
Daniel Imms
0dadd8f540
Trim command before accepting
2024-02-15 11:29:53 -08:00
Daniel Imms
45e54c6f40
Wider widget, resize suggestion based on content height
2024-02-15 11:28:54 -08:00
Daniel Imms
85aaa473fb
Hide command border before it's shown
2024-02-15 11:25:54 -08:00
Daniel Imms
64e1a39e1b
Remove category prefix from commands
2024-02-15 11:23:34 -08:00
Daniel Imms
1a0199379a
More tweaks to response style
2024-02-15 11:23:06 -08:00
meganrogge
50a0433578
rename
2024-02-15 13:17:31 -06:00
meganrogge
4d81b4e49a
cancel request on clear
2024-02-15 13:16:10 -06:00
Daniel Imms
a9c300cd68
Trim suggestion to prevent running on alt+enter
2024-02-15 11:12:11 -08:00
Daniel Imms
f7915fc65f
Accept -> Run, add insert button, improve keybindings
2024-02-15 11:12:11 -08:00
meganrogge
79ef477d82
rm unused
2024-02-15 13:11:42 -06:00
meganrogge
55b7c86d9a
use chat model
2024-02-15 13:05:30 -06:00
meganrogge
bf87f8dc1e
Revert "add session support, get cancellation to work"
...
This reverts commit b01c303b90 .
2024-02-15 13:04:36 -06:00
Daniel Imms
804a481639
Improve command suggestion presentation
2024-02-15 11:00:18 -08:00
Daniel Imms
58f5274002
Remove scoped services, they were causing an error and breaking language highlighting
2024-02-15 10:36:59 -08:00
Daniel Imms
216b941cd9
Move to registerWorkbenchContribution2
2024-02-15 10:28:12 -08:00
meganrogge
b01c303b90
add session support, get cancellation to work
2024-02-15 10:50:32 -06:00
meganrogge
d881ddbae5
Add accessibility help dialog
2024-02-14 15:30:36 -06:00
meganrogge
a9b4e6fe44
add accessible view
2024-02-14 13:43:46 -06:00
meganrogge
57857d6546
rm unused
2024-02-14 13:22:39 -06:00
meganrogge
55aca1a766
more clean up
2024-02-14 13:06:47 -06:00
meganrogge
1565341d44
reset everything on hide of widget
2024-02-14 12:50:49 -06:00
meganrogge
2b7e5e52d2
rename and reorder things in terminalChatWidget
2024-02-14 12:36:27 -06:00
meganrogge
bfc4df0453
add show/hide commands for editor
2024-02-14 12:24:03 -06:00
meganrogge
ee47ee25bb
get accept action to show up, add view in chat action
2024-02-14 12:18:38 -06:00
meganrogge
6a6160a474
Merge branch 'main' into merogge/chatWidget3
2024-02-14 10:54:39 -06:00
Johannes Rieken and GitHub
b3b6068187
jsdoc and todo-update ( #205201 )
...
https://github.com/microsoft/vscode/issues/199908
2024-02-14 17:07:31 +01:00
Sandeep Somavarapu and GitHub
ca86859b09
align contents to top ( #205211 )
2024-02-14 16:19:00 +01:00
Hylke Bons and Hylke Bons
61458114b4
a11y: Use underlined links in HC themes
2024-02-14 15:05:27 +01:00
Johannes Rieken and GitHub
20501b7a4e
Chat API updates ( #205184 )
...
* api - remove unused types, add jsdoc, make request handler setable (for consistency), more readonly usage
https://github.com/microsoft/vscode/issues/199908
* remove ChatMessage and Role
* fix a ton of compile errors...
* jsdoc
2024-02-14 12:19:03 +01:00
Ladislau Szomoru and GitHub
40c4d29a9d
SCM - 💄 adopt Event.runAndSubscribe ( #205194 )
2024-02-14 12:18:35 +01:00
Henning Dieterichs and Henning Dieterichs
16730821dd
observable promise utilities
2024-02-14 11:52:57 +01:00
Johannes Rieken and GitHub
22ecb93990
remove unused event, dispose new event ( #205190 )
2024-02-14 11:51:59 +01:00
Peng Lyu and GitHub
4f2ff19eca
Merge pull request #205164 from microsoft/rebornix/healthy-buzzard
...
Ensure escape discard/accept changes properly.
2024-02-13 18:28:27 -08:00
rebornix
76aa3171d1
easier validation for input document position
2024-02-13 17:52:05 -08:00
rebornix
3e097d925e
Allow empty selections -> index.
2024-02-13 16:19:23 -08:00
Connor Peet and GitHub
7f359bb293
debug: allow editing visualizers in debug tree ( #205163 )
...
* debug: allow editing visualizers in debug tree
* fix visibility lint
2024-02-13 16:18:29 -08:00