 Rob LourensandGitHub
|
c2316194e2
|
Get rid of history2, variables2 (#205124)
* Get rid of history2
* Remove prompt2 and variables2
* Clean up variables2/prompt2
* Fix tests
* Fix ranges
* Fix test
|
2024-02-13 11:33:21 -08:00 |
|
meganrogge
|
702535987c
|
add accept command keybinding
|
2024-02-13 13:30:31 -06:00 |
|
 Andrea MahandGitHub
|
da8f671716
|
try to ignore history on editor open for quicksearch (#204880)
* try to ignore history on editor open
* correct history service change
* fix history race condition
* edit shouldIgnoreActiveEditorChange description
|
2024-02-13 11:22:04 -08:00 |
|
Daniel Imms
|
9992d7da51
|
Fix terminal voice menu ids
|
2024-02-13 11:18:17 -08:00 |
|
meganrogge
|
7ad358bdb5
|
add accept command action
|
2024-02-13 13:14:43 -06:00 |
|
meganrogge
|
9af101d180
|
revert View in Chat action since it doesn't work
|
2024-02-13 12:59:40 -06:00 |
|
meganrogge
|
d5527a86b2
|
add view in chat action even though it doesn't work atm
|
2024-02-13 12:56:50 -06:00 |
|
 Johannes RiekenandGitHub
|
fe89a8a720
|
add some api todos (#205128)
|
2024-02-13 19:31:05 +01:00 |
|
meganrogge
|
1617ebe843
|
ensure terminal agent is registered
|
2024-02-13 12:24:10 -06:00 |
|
 Connor PeetandGitHub
|
6289704f0d
|
debug: fix toolbar overlaps traffic lights (#205127)
Fixes #204265
|
2024-02-13 19:22:10 +01:00 |
|
meganrogge
|
a9cfba2875
|
catch error
|
2024-02-13 12:11:41 -06:00 |
|
meganrogge
|
c4af34eae2
|
more clean up
|
2024-02-13 12:04:44 -06:00 |
|
meganrogge
|
44d4700aae
|
remove things
|
2024-02-13 12:03:37 -06:00 |
|
meganrogge
|
7d80e6d939
|
clean up
|
2024-02-13 12:02:49 -06:00 |
|
meganrogge
|
cf634dfa38
|
only show if active
|
2024-02-13 11:57:24 -06:00 |
|
meganrogge
|
c9c98f010a
|
get chat cancellation action to show up
|
2024-02-13 11:56:08 -06:00 |
|
 Connor PeetandGitHub
|
e8be60a478
|
debug: fix launch using empty directory in external terminal (#205123)
Fixes #204039
|
2024-02-13 09:50:40 -08:00 |
|
meganrogge
|
c4519ce005
|
wip render message when no code block comes through
|
2024-02-13 11:44:13 -06:00 |
|
meganrogge
|
582b0bea5a
|
add response editor
|
2024-02-13 11:29:51 -06:00 |
|
 Connor PeetandGitHub
|
a2c91f1f28
|
debug: update visualizers tree proposal, some initial implementation (#204877)
|
2024-02-13 18:22:06 +01:00 |
|
 Ladislau SzomoruandGitHub
|
1f57cd8267
|
SCM - fix issue related to event handler registration (#205120)
|
2024-02-13 09:19:53 -08:00 |
|
meganrogge
|
283b211fc8
|
alert single code block
|
2024-02-13 11:09:21 -06:00 |
|
Daniel Imms
|
ab50eb72b3
|
Fix compile error, add todo for layer breaker
|
2024-02-13 09:01:19 -08:00 |
|
Aiday Marlen Kyzy
|
5f33bf34ce
|
wip
|
2024-02-13 17:51:04 +01:00 |
|
Daniel Imms
|
430db3ac9e
|
Move term chat actions into own file
|
2024-02-13 08:49:30 -08:00 |
|
Daniel Imms
|
611fd5cf88
|
Move chat command IDs into contrib
|
2024-02-13 08:46:57 -08:00 |
|
Daniel Imms
|
32b3e7ed0e
|
Standardize chat command ns, add feedback placeholders
|
2024-02-13 08:45:29 -08:00 |
|
Daniel Imms
|
e4e9562df9
|
Clean up chat widget
|
2024-02-13 08:33:18 -08:00 |
|
Daniel Imms
|
b998b6432b
|
Add menus for terminal chat to the terminalContrib
|
2024-02-13 08:30:12 -08:00 |
|
meganrogge
|
760ee5b997
|
wip
|
2024-02-13 10:22:14 -06:00 |
|
 Megan RoggeandGitHub
|
8edcc2d9d8
|
Merge pull request #205115 from microsoft/merogge/acc-signal-fix
fix accessibility signal bugs
|
2024-02-13 10:07:49 -06:00 |
|
 Aaron MungerandGitHub
|
29a8551519
|
a new cell editor might already be in view (#205023)
account for creating a editor cell already within viewable range - edit markdown
|
2024-02-13 07:52:41 -08:00 |
|
meganrogge
|
b9bdf24ec6
|
Merge branch 'main' into merogge/chatWidget3
|
2024-02-13 09:47:09 -06:00 |
|
meganrogge
|
80f1ca24b4
|
fix #205108
|
2024-02-13 09:44:08 -06:00 |
|
 Johannes RiekenandGitHub
|
2b7bef020b
|
Chat Agent API updates (#205104)
* update `ChatAgentContext#history` to be an array of turns
https://github.com/microsoft/vscode/issues/199908
* add agent info (agent and extension id) to `ChatAgentResponseTurn` and `ChatAgentRequestTurn`
https://github.com/microsoft/vscode/issues/199908
* update chat test snapshots
|
2024-02-13 16:05:15 +01:00 |
|
 Johannes RiekenandGitHub
|
ad436497cd
|
Merge pull request #205109 from microsoft/joh/vulnerable-wasp
remove ChatMessage and add types LanguageModelMessage types so that they can evolve at their own pace
|
2024-02-13 16:00:24 +01:00 |
|
 Alex RossandGitHub
|
4531f1a2be
|
Fix cursor position after splitting window (#205107)
The cursor is not in the correct position after splitting the window
Fixes #203969
|
2024-02-13 15:47:56 +01:00 |
|
Johannes
|
72d1ad1be8
|
remove ChatMessage and add types LanguageModelMessage types so that they can evolve at their own pace
https://github.com/microsoft/vscode/issues/199908
|
2024-02-13 15:42:19 +01:00 |
|
Aiday Marlen Kyzy
|
0776d4f78f
|
polishing the code
|
2024-02-13 15:38:07 +01:00 |
|
 Daniel ImmsandGitHub
|
a6a0b0bd91
|
Merge pull request #205035 from microsoft/tyriar/lang_block
Add new shell language IDs to chatCodeblockActions.ts
|
2024-02-13 09:17:29 -05:00 |
|
 Hylke BonsandHylke Bons
|
98e273b707
|
activitybar: Use orange active highlight in dark HC theme
|
2024-02-13 15:06:21 +01:00 |
|
 Ladislau SzomoruandGitHub
|
4194cbfdf8
|
Git - 💄 more history provider logging (#205101)
* Git - 💄 more history provider logging
* Fix up more logging
|
2024-02-13 14:56:22 +01:00 |
|
gjsjohnmurray
|
4d542ef5d1
|
Make channel log level settable from output view
|
2024-02-13 13:55:49 +00:00 |
|
 Johannes RiekenandGitHub
|
c5d0386f54
|
some API todos (#205095)
|
2024-02-13 12:54:37 +01:00 |
|
 Benjamin PaseroandBenjamin Pasero
|
f28c9e1cb6
|
voice - allow pause between agent and slash command
|
2024-02-13 12:46:21 +01:00 |
|
 Benjamin PaseroandBenjamin Pasero
|
f1b761fea5
|
voice - reuse startVoiceChatWithHoldMode
|
2024-02-13 12:46:21 +01:00 |
|
 Alex RossandGitHub
|
f6c0c5e5e2
|
Less text-y settings in release notes (#205081)
|
2024-02-13 12:24:29 +01:00 |
|
 Benjamin PaseroandGitHub
|
038226e883
|
Support holding Cmd+I in panel chat to dictate (fix #203208) (#205065)
|
2024-02-13 12:02:41 +01:00 |
|
 Ladislau SzomoruandGitHub
|
c58252ba7e
|
SCM - Add Incoming/Outgoing menu to the title menu (#205069)
SCM Add Incoming/Outgoing menu to the title menu
|
2024-02-13 11:54:33 +01:00 |
|
 Ladislau SzomoruandGitHub
|
45e2e2072f
|
Git - fix upstream state management check (#205078)
|
2024-02-13 11:53:50 +01:00 |
|