Commit Graph

127839 Commits (roblou/chat-candidate-alternate)

Author SHA1 Message Date
Rob Lourens c4e685eb9a Use IExtensionManagementServerService instead 2024-12-18 17:23:42 -08:00
Rob Lourens bd1558c4c9 Use the remoteExtensionsScannerService 2024-12-18 16:41:28 -08:00
SteVen Batten 78a71a337d
fix 2024-12-18 16:30:36 -08:00
Dirk Bäumer 820447acdc
Merge pull request #236506 from microsoft/dbaeumer/raw-capybara-plum
Bump version number
2024-12-18 19:53:41 +01:00
Dirk Baeumer 2f0809f965
Bump version number 2024-12-18 19:28:48 +01:00
Matt Bierner 42b266171e
Merge pull request #236267 from mjbvz/port-find-fix
Add extra type check in `findFiles2` (#235692)
2024-12-17 09:46:06 -08:00
Matt Bierner 9083f01716 Add extra type check in `findFiles2` (#235692)
For https://github.com/microsoft/vscode-copilot-release/issues/2493

Looking at the code I'm still not sure how this can happen but it seems like we end up trying to call `.map` on a value that is not an array. Adding a more explicit exception here to hopefully track this down
2024-12-16 10:55:19 -08:00
Henning Dieterichs f216365f15
Fixes #235977 (#235982) 2024-12-16 17:08:04 +01:00
Martin Aeschlimann 9db572a512
Icon theme JSON parsing changed in 1.96.0 (#236085)
* Icon theme JSON parsing changed in 1.96.0

* remove fontCharacter validation for now
2024-12-16 14:16:35 +00:00
Robo bac4606864
ci: fix flaky client module installation in legacy stage (#235788) 2024-12-13 19:50:27 +09:00
Benjamin Pasero ef87246bd1
chat - handle error situations and present to user (#236019) 2024-12-13 11:32:17 +01:00
SteVen Batten 4e530c635e
Updating wording and behavior of walkthrough (#235985)
Update walkthrough step (#235865)

Co-authored-by: Bhavya U <bhavyau@microsoft.com>
2024-12-12 11:11:58 -08:00
Benjamin Pasero 4ce43ffeaf
chat - enable setup by default only on desktop (#235908) 2024-12-12 14:34:43 +01:00
Benjamin Pasero 5aeb5ac678
chat - tweak setup and quota wording (#235901) 2024-12-12 14:34:34 +01:00
Rob Lourens aba7db2f0c
Tweaks to sign up and 'retry' buttons (#235849)
* Tweaks to sign up and 'retry' buttons

* Update label

* Add a period
2024-12-12 00:05:06 +01:00
Rob Lourens 2eae0840a0
Fix missing responses when transferring messages into chat panel (#235584)
Fix #235531
2024-12-11 14:53:30 -08:00
Martin Aeschlimann 55977a82cf
revert `Erroneous description for setting "CSS Format: Preseve New Lines"` (#235862)
Revert "Erroneous description for setting "CSS Format: Preseve New Lines" (#235831)"

This reverts commit 732650d6f7.
2024-12-11 22:07:32 +01:00
Benjamin Pasero 787be8b3fa
chat - setup tweaks and enablement (#235750) 2024-12-11 21:43:23 +01:00
Joyce Er 4d6606141f
chore: bump version (#235857) 2024-12-11 21:06:21 +01:00
Martin Aeschlimann 732650d6f7
Erroneous description for setting "CSS Format: Preseve New Lines" (#235831) 2024-12-11 18:04:22 +01:00
Logan Ramos 138f619c86
Remove quota wording (#235775)
* Remove quota from sku messaging

* Update wording

* Fix codicon
2024-12-10 23:22:47 +01:00
Connor Peet 794c293bb5
testing: sort completed tests by start sequence, not completion time (#235759)
* testing: sort completed tests by start sequence, not completion time

Fixes #235667

The root cause of the issue is the separate test run that playwright does:

4fba0d0873/src/extension.ts (L403-L422).

VS Code by default only shows failure messages from the last-ended test
run, which was the original (unused) test run VS Code created, because
it ends automatically after the runHandler's promise resolves. A good
change to make, which happens to fix this bug, is ensuring results are
retained in the order the user started the test runs versus the order
in which they ended.

Note that playwright is able to avoid the duplicate run since #213182,
but I think this is still a sensible change to make.

* fix other test
2024-12-10 14:05:00 -08:00
SteVen Batten 475acb4b9b
update wording, add svg (#235668) (#235681)
* update wording add placeholder svg

* small tweaks

* moar tweaks

* fix typo

* match casing

* Theme multi-file-edits

* remove from multi-file-edits.svg

* update multi-file-edits theme for improved consistency

* update multi-file-edits.svg to use editor widget background color

---------

Co-authored-by: bhavyaus <bhavyau@microsoft.com>
2024-12-09 23:21:05 +01:00
Rob Lourens 54b43c5510
Don't register chat setup setting (#235675) 2024-12-09 14:17:45 -08:00
Benjamin Pasero 466ebb572b
chat - indicate quota hit in `prominent` status (#235637) (#235658) 2024-12-09 14:53:48 -07:00
Benjamin Pasero f7600d43c2
chat - disable cache for requests (#235673) (#235674) 2024-12-09 14:53:28 -07:00
Benjamin Christopher Simmonds 9e67a1dad5
Use `disregardIgnoreFiles` in file search queries (#235502)
Use `disregardIgnoreFiles` from file search
2024-12-09 15:03:27 +01:00
Johannes Rieken 3d7aab334d
makes inline chat hint stable wrt blame decoration (#235497) (#235598)
- change from injected text to after decoration
- use class name for awol attachedData

https://github.com/microsoft/vscode-copilot/issues/10943
2024-12-09 15:00:00 +01:00
Robo fe505be547
fix: synchronous script loading from web workers of extensions (#235492)
chore: disable plzdedicatedworker feature in the runtime
2024-12-09 14:19:55 +01:00
Benjamin Pasero 9a5948c359
Chat setup tweaks (#235606)
* chat - resolve entitlements after potential upgrade (#235580)

* chat - setup tweaks (#235600)
2024-12-09 11:49:55 +01:00
Benjamin Pasero b18e7a7000
chat setup & quota tweaks (#235550)
* chat - assorted fixes (#235539)

* Copilot setup fails to focus chat input after setup (microsoft/vscode-copilot#11154)

* chat - removal of checkboxes

* chat - unbreak 🤖 icon from appearing

* chat - tweak wording

* chat - setup/quota tweaks (#235543)
2024-12-07 20:46:05 +01:00
Rob Lourens e8e69d3d39
Require offerSetup set to show CC icon for entitled user (#235518)
Fix microsoft/vscode-copilot#11145
2024-12-06 13:41:27 -08:00
Joyce Er 9d2d734b37
fix: validate chat session ID before trying to create an editing session from it (#235519) 2024-12-06 13:37:09 -08:00
Michael Lively 0b70bdaceb
Candidate: NB multiselect undo/redo fix (#235522)
update viewmodel via cursor controller after undo/redo op
2024-12-06 13:14:38 -08:00
Benjamin Pasero f05250e5e8
Ben/compact-donkey (#235503)
Use AI features for free button does nothing in new profile (fix microsoft/vscode-copilot#11066) (#235495)
2024-12-06 16:32:41 +01:00
Benjamin Pasero 81828ea7d2
Ben/active-ocelot (#235494) (#235496)
* chat - make quota reset date explicitly `undefined` if neede

* chat - tweak status quota indication

* chat - tweak status indicator further
2024-12-06 16:08:46 +01:00
Benjamin Christopher Simmonds 83c06ce074
Fix explorer find rerender error and related issue (#235491)
Fix explorer find rerender error (#235488)

fix #234129
2024-12-06 14:52:58 +01:00
Benjamin Pasero 99ef746791
chat - some setup and quotas tweaks (#235484)
chat - some setup and quotas tweaks (#235477)
2024-12-06 14:05:52 +01:00
João Moreno 846621dc4b
update codicons for release/1.96 (#235470)
update codicons
2024-12-06 10:35:09 +01:00
Benjamin Pasero c8f53ea748
chat - some fixes to setup and quotas (#235457) 2024-12-06 15:42:27 +09:00
Rob Lourens 6287936e02
Better condition for chat welcome view (#235443)
* Better condition for chat welcome view

* Undupe
2024-12-05 18:05:41 -08:00
SteVen Batten 14b81ef6fe
shorten the main walkthrough (#235447) 2024-12-06 02:28:11 +01:00
Rob Lourens 03b64eb40c
Use new copilot-large icon (#235442) 2024-12-05 23:26:13 +01:00
Joyce Er 9452402131
fix: correct hover for chat editing code block pill with one insertion/deletion (#235440) 2024-12-05 22:51:44 +01:00
Joyce Er f9e82a4890
fix: align chat editing progress spinner with text (#235439) 2024-12-05 22:47:39 +01:00
SteVen Batten ac49e44069
mention GH account (#235438) 2024-12-05 22:30:09 +01:00
Joyce Er 3781e5f084
fix: don't filter suggested files from Add Files picker (#235431) 2024-12-05 12:30:31 -08:00
Benjamin Pasero 3bb6b62e8d
chat - setup tweaks (#235432) 2024-12-05 12:30:14 -08:00
Matt Bierner 039b3503ca
Fix chat editor overflow (#235212)
* Fix chat overflow

Use layout service instead

Fixes #234902

* Use `getContainer`
2024-12-05 21:29:33 +01:00
Joyce Er c59c59ba4e
fix: remove chat edits file suggestions when working set is emptied (#235433) 2024-12-05 12:18:32 -08:00