Commit graph

125602 commits

Author SHA1 Message Date
andreamah bab6f204a4
make folder query case insensitive 2024-09-25 15:26:39 -07:00
Rob Lourens d0eb08c6fe
Fix model picker disappearing when switching from 3p to builtin participant (#229772) 2024-09-26 00:19:57 +02:00
Rob Lourens ef3b51b9ca
Fix ignored padding on chat footer toolbar (#229769) 2024-09-26 00:09:16 +02:00
Andrea Mah b83e4d8842
Merge pull request #229765 from microsoft/dreadful-leopard
fix async references to global token
2024-09-25 15:04:28 -07:00
Rob Lourens cdf61bc5be
Fix triggering model picker with keyboard (#229766) 2024-09-25 23:54:45 +02:00
andreamah b2a7b8ba52
put dispose in finally block 2024-09-25 14:45:19 -07:00
Rob Lourens b92c518e8a
Include userSelectedModelId in participant detection request (#229764)
Fix #229616
2024-09-25 23:37:36 +02:00
andreamah 585b83cd75
fix async references to global token 2024-09-25 14:31:35 -07:00
Rob Lourens 084a5cb0e8
Fix missing progress in /edit (#229761) 2024-09-25 23:29:22 +02:00
Rob Lourens b2bfa2f590
Fix missing space after @ menu completion (#229760) 2024-09-25 23:27:41 +02:00
Benjamin Christopher Simmonds 7a035aecac
Temp fix for chat attachment contribution (#229700)
Fix chat attachment contribution
2024-09-25 14:13:07 -07:00
Sandeep Somavarapu fcc45439f7
fix #229590 (#229757) 2024-09-25 23:06:40 +02:00
Connor Peet 11fb5bbfdb
Revert "chat command center polish (#229674)" (#229755)
This reverts commit b80272842e.

This broke sanity tests for copilot-chat, probably in preconditions
for `inlineChat.start`. It's not clear to me what the right fix is,
so I am backing it out in order to unblock copilot-chat.
2024-09-25 22:55:46 +02:00
Connor Peet 848d216ba9
debug: fix ANSI styling disappearing from REPL when a session ends (#229753)
Fixes #229752
2024-09-25 13:50:32 -07:00
Michael Lively fd83a56a49
Clean nb context menu telemetry with accurate from fields (#229241)
* clean nb context menu telemetry with accurate `from` fields

* comments

* consolidate telemetry

* get telem service if context

* avoid early returns
2024-09-25 13:10:04 -07:00
Rob Lourens 3089797ebc
Fix #229734 (#229750) 2024-09-25 20:07:00 +00:00
Benjamin Pasero 9784b5e1e6
esm - restore our copyright header in built files (#229751) 2024-09-25 21:48:02 +02:00
David Dossett b6f51e54ed
Fix /edit component spacing (#229749)
Fix /edit spacing
2024-09-25 21:10:31 +02:00
Megan Rogge 222ecc8247
correct command ID in accessibility walkthrough (#229743)
fix #229641
2024-09-25 19:55:44 +02:00
Aaron Munger 20f9a91f1d
use widget focus to determine if active (#229744) 2024-09-25 19:54:43 +02:00
Rob Lourens 4ab3a70e07
Layout chat input after changing model (#229742)
Fix #229682
2024-09-25 19:40:47 +02:00
Raymond Zhao c5449a303f
fix: async code handling in Settings editor (#229738)
Fixes https://github.com/microsoft/vscode/issues/212375
Fixes a race condition where the extension list is sometimes not updated in time
2024-09-25 10:28:00 -07:00
David Dossett 15a70eea77
Reduce spacing underneath chat h1/2/3 elements (#229642)
Reduce space
2024-09-25 10:01:18 -07:00
David Dossett 2e72ace663
Fix chat pill styling (#229630) 2024-09-25 10:00:57 -07:00
Ladislau Szomoru 44d05b9dfa
Git - cheery-pick now handles the case where the changes are already present on the current branch (#229731) 2024-09-25 18:07:16 +02:00
Peng Lyu 554b4c1b5e
Fix ##229579. Sync notebook metadata change to workers for diff compute (#229657)
* Fix ##229579. Sync notebook metadata change to workers for diff compute

* remove console.log
2024-09-25 17:43:06 +02:00
Ladislau Szomoru 97acd041e2
SCM Graph - fix badge rendering for selected lines (#229728) 2024-09-25 17:32:31 +02:00
Alex Ross d3c7f32e17
Ternary ?: aren't colors correctly (#229719)
* Ternary ?: aren't colors correctly
and improve some other token scopes
Fixes #229555

* Update tests
2024-09-25 17:11:31 +02:00
Benjamin Christopher Simmonds 71b9603559
Improve chat input hovers (#229725)
* 💄

* add hoverdelegate to attachment labels

* improve chat input hovers
2024-09-25 17:10:21 +02:00
Alex Ross 764afff92a
this isn't being highlighted (#229724)
* `this` isn't being highlighted
Fixes #229554

* Update tests
2024-09-25 17:08:29 +02:00
Alex Ross 7e931fff91
Fix array negative array index in tree sitter (#229722) 2024-09-25 17:04:33 +02:00
Benjamin Pasero c2e5aa992c
Cmd+I behavior in Chat input box (fix microsoft/vscode-copilot#8616) (#229721) 2024-09-25 16:50:07 +02:00
Ladislau Szomoru bdc3e5e2f4
SCM Graph - only show one badge per color/type (#229716) 2024-09-25 16:18:56 +02:00
Alex Ross cedad6e8fc
Support targetting multiple scopes in a theme (#229717)
and fix font style
Fixes #229557
Fixes #229553
2024-09-25 16:18:15 +02:00
Johannes Rieken 8f143420de
workaround https://github.com/microsoft/vscode/issues/229712 (#229715)
* tweak chat menu

* changes order of entries
* align labels of primary actions

* workaround https://github.com/microsoft/vscode/issues/229712
2024-09-25 16:03:27 +02:00
Martin Aeschlimann 83fe586ed3
integration tests: colorize tests fail with this.clear is not a function (#229709) (#229714) 2024-09-25 15:57:21 +02:00
Johannes Rieken 96e1cfc191
fix https://github.com/microsoft/vscode-copilot/issues/8507 (#229706) 2024-09-25 14:13:18 +02:00
Benjamin Christopher Simmonds f70bf17703
Attach File/Image as Context (#229699)
"Attach File as Context"
2024-09-25 13:23:23 +02:00
Johannes Rieken e4f49cd3b6
fix https://github.com/microsoft/vscode-copilot/issues/8127 (#229698) 2024-09-25 13:11:43 +02:00
Johannes Rieken 0c0761ecc0
fix https://github.com/microsoft/vscode-copilot/issues/8404 (#229695)
* fix https://github.com/microsoft/vscode-copilot/issues/8404

* also fix border
2024-09-25 13:02:52 +02:00
Ladislau Szomoru 3c76e05d0b
SCM - fix history item picker when view is in the auxiliary bar (#229694) 2024-09-25 12:49:40 +02:00
Aiday Marlen Kyzy 7a1c0a1ac1
EditContext: Fix incorrect positioning of IME when the editor scroll left > 0 (#229692)
adding scroll left to the bounds
2024-09-25 12:42:16 +02:00
Alex Ross 31745569f8
Toggle line comment doesn't work when tree sitter is enabled (#229691)
Fixes #229690
2024-09-25 12:32:47 +02:00
Alexandru Dima 4b489e0a05
Add a button for Start Editing (#229689) 2024-09-25 12:26:13 +02:00
Sandeep Somavarapu 9cc06e787e
fix #229257 (#229685) 2024-09-25 12:02:41 +02:00
Aiday Marlen Kyzy 4e491d4410
Fix sticky scroll when line wrap is toggled (#229684)
fix sticky scroll when line wrap is toggled
2024-09-25 11:58:38 +02:00
Johannes Rieken 04d209954e
make sure cmd+i still works in notebooks (#229680) 2024-09-25 11:39:40 +02:00
Alex Ross 381e31f2a7
Enabling tree sitter requires a reload (#229679)
Fixes #229629
2024-09-25 11:22:51 +02:00
Johannes Rieken 10ecc5eaee
fixes https://github.com/microsoft/vscode/issues/229677 (#229678) 2024-09-25 11:21:34 +02:00
Sandeep Somavarapu 433fe7faac
fix #229484 (#229676) 2024-09-25 11:11:43 +02:00