Commit graph

121876 commits

Author SHA1 Message Date
Johannes Rieken 89eb8a767f
make sure to push an undo stop after each request (#213137)
fixes https://github.com/microsoft/vscode-copilot/issues/5736
2024-05-21 12:16:33 +02:00
Rob Lourens 601018a7db
Fix merging chat anchors in markdown content (#213114)
* Fix merging multiple chat anchors inside markdown content

* Simplify types

* Fix tests
2024-05-20 20:44:31 -07:00
Rob Lourens 51591f83a1
Fix shared input history between chat locations (#213111)
Fix microsoft/vscode-copilot-release#1228
2024-05-20 18:16:07 -07:00
Joyce Er 2b3e929329
Merge pull request #213109 from microsoft/dev/joyceerhl/encouraging-hookworm
feat: support dynamic variables in chat context picker
2024-05-20 17:01:51 -07:00
Joyce Er 9d17074369 Fix misaligned jsdoc 2024-05-20 16:44:51 -07:00
Joyce Er 23713da84a Merge branch 'main' of https://github.com/microsoft/vscode into dev/joyceerhl/encouraging-hookworm 2024-05-20 16:40:40 -07:00
Joyce Er ddc97d4bff feat: support dynamic variables in chat context picker 2024-05-20 16:31:57 -07:00
Megan Rogge 4b45180a16
resolve accessibility help dialog kbs in accessibleViewService (#213107) 2024-05-21 01:14:23 +02:00
Megan Rogge b5846dbfbb
strip markdown from chat accessible view, maintain code block nav functionality (#213096) 2024-05-20 15:18:46 -07:00
Rob Lourens 32cf35e7e6
Respect isSlow for chat attachments (#213105) 2024-05-20 23:46:12 +02:00
Megan Rogge 8372399982
fix a few accessible view bugs (#213097) 2024-05-20 23:23:44 +02:00
Rob Lourens d68eddc5cc
Fix chat welcome message tooltip (#213084) 2024-05-20 20:20:56 +02:00
Isidor Nikolic e5dfe045db
Merge pull request #212975 from microsoft/isidorn/annoyed-swift
update comment example to use response.text
2024-05-20 20:00:06 +02:00
Joyce Er 219c4956ad
Merge pull request #213083 from microsoft/dev/joyceerhl/blonde-rabbit
fix: limit width of chat attachment widgets
2024-05-20 10:36:21 -07:00
Connor Peet 04bd18aedb
Merge pull request #213082 from microsoft/connor4312/issue212888
eng: fix prelaunch task on recent node versions
2024-05-20 10:32:41 -07:00
Connor Peet 7828baaa8e
eng: fix off-by-1 error in selfhost test error messages (#213081)
Fixes #212808
2024-05-20 19:26:43 +02:00
Joyce Er f5162a7533 fix: limit width of chat attachment widgets 2024-05-20 10:18:45 -07:00
Connor Peet cb3c3cb125
eng: fix prelaunch task on recent node versions
Closes #212888
2024-05-20 10:16:22 -07:00
Joyce Er c00f2792a4
feat: allow ➡️ to add chat context in background (#213078) 2024-05-20 19:09:02 +02:00
Megan Rogge b973558e58
provider keyboard users with hover actions (#213077) 2024-05-20 19:06:20 +02:00
Megan Rogge ae0c9285a1
if no selected items, return to accessibility help dialog (#213075) 2024-05-20 18:53:35 +02:00
Connor Peet c5c069a2fa
Merge pull request #213072 from microsoft/connor4312/cli-dep-update2
chore: update CLI dependences, add env var options for login
2024-05-20 09:49:16 -07:00
Connor Peet eb99b85bdf
chore: update CLI dependences, add env var options for login 2024-05-20 08:33:23 -07:00
Robo 28ebd9176f
chore: bump electron@29.4.0 (#213050)
* chore: bump electron@29.4.0

* chore: remove io_uring workaround

* chore: bump distro

* chore: update dialog result for canceled save dialogs

Refs fe01ed750a

* chore: add back io_uring workaround for remote oss tests

* chore: update nodejs v20.9.0 build

* chore: add back io_uring workaround for remote tests
2024-05-20 08:31:44 -07:00
Benjamin Christopher Simmonds aa31bfc9fd
Cleanup editor group context keys (#212955)
* cleanup editor group context keys

* Update src/vs/workbench/browser/parts/editor/editorPart.ts

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>

* context key on parts

* Update global context keys

* remove scoped keys on group removal

* cleanup

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2024-05-20 20:03:38 +09:00
Benjamin Pasero 5a51456798
voice - limit Escape key to context key scopes (might help for #213017) (#213049) 2024-05-20 16:50:50 +09:00
Benjamin Pasero 7c8252c59b
Make sure child instantiation service instances are disposed/tracked for disposal (#212879) (#213002) 2024-05-19 10:42:14 +02:00
Rob Lourens b9a90604f9
Limit image width in chat (#213021) 2024-05-19 09:05:23 +02:00
Tyler James Leonhardt 6d7771d8a2
Register child instantiation service (#213010)
ref #212879
2024-05-19 09:04:46 +02:00
Megan Rogge 9f83563406
add configure keybindings quickpick for extension contributed accessibility help dialogs (#212997) 2024-05-18 10:17:38 -07:00
Joyce Er 5d6671dacb
feat: support static chat variables in Attach Context picker (#212993) 2024-05-18 01:06:22 +02:00
Megan Rogge 8517ac770a
make agent hover keyboard accessible (#212933) 2024-05-17 15:34:40 -07:00
Rob Lourens 3a0bb7b3a6
Fix config provider issues during restart (#212991)
- Taking the resolved debug type from the previous run may cause us to skip the correct config provider
- Need to use the correct resolved type for the call to `resolveDebugConfigurationWithSubstitutedVariables`
Fix #212985
2024-05-17 23:16:18 +02:00
Peng Lyu 8ccc2b2001
Merge pull request #212989 from microsoft/rebornix/injured-alligator
Enable chat agents for notebook
2024-05-17 14:03:02 -07:00
Joyce Er dc78718a1e
fix: disable symbols in Attach Context picker (#212986) 2024-05-17 14:02:11 -07:00
Peng Lyu 1e0404eac6 Enable chat agents for notebook. 2024-05-17 12:48:17 -07:00
Peng Lyu 2d663eb255 Fix whitespace positioning after cell 1. 2024-05-17 12:47:11 -07:00
Peng Lyu ade3d9fe6c Rerender notebook cell list when whitespace changes. 2024-05-17 12:19:41 -07:00
SteVen Batten f209ce35ef
Improve model access dialog messaging (#212974) 2024-05-17 09:20:55 -07:00
isidorn d92efa7d57 update comment example to use response.text 2024-05-17 08:49:31 -07:00
Christof Marti afee94319d Optionally accept previous request entries (microsoft/vscode-copilot#5006) 2024-05-17 17:43:00 +02:00
John Murray 8a5f332461
Revive TimelineChangeEvent.uri if passed in TimelineProvider.onDidChange event (#212927) 2024-05-17 07:00:00 -07:00
Benjamin Pasero 577eca457b
refactor: use request path instead of hashed request for error handling in watcher (#212948) 2024-05-17 09:05:40 +02:00
Benjamin Pasero a47a7231ab
watcher - per-request restart support (#212946) 2024-05-17 08:39:49 +02:00
Joyce Er 8a7971c607
fix: only include files that exist on disk in Attach Context picker (#212942) 2024-05-17 08:00:13 +02:00
Peng Lyu a48f464a3e
Drop usage of inline chat services in notebook chat. (#212935) 2024-05-17 01:03:53 +02:00
Michael Lively 1d449873ee
Support for notebook.format Code Action (#212750)
* initial support + remove some unnecessary early returns

* notebook default formatter setting + skip formatting if format codeaction + restructuring

* support default formatter for notebooks + provider holds extensionId

* remove unreachable code, simplify default formatter setting
2024-05-16 15:26:19 -07:00
Justin Chen 601ea43caf
issue reporter refactor cleanup (#212932)
* remove comments and fix new key usages

* cleanup
2024-05-16 14:56:28 -07:00
David Dossett 11c70a6358
Merge pull request #212922 from microsoft/ddossett/external-kangaroo
Match attachment pill border radius to main chat input
2024-05-16 11:59:13 -07:00
David Dossett 723f85125a
Match attachment pill border radius to main chat input 2024-05-16 11:42:13 -07:00