Commit Graph

126374 Commits

Author SHA1 Message Date
Joyce Er d00a81f945 fix: assign keybinding for edits view (#232214) 2024-10-24 18:43:32 -07:00
Raymond Zhao 4c9adf6dcb chore: bump OSS version (#232211) 2024-10-24 17:04:44 -07:00
SteVen Batten 8f4e5dc5de show the command center chat icon in the text (#232210) 2024-10-24 17:03:40 -07:00
Joyce Er 59260b311c fix: automatically undo and show retry action for failed editing requests (#232201)
fix: automatically undo and show retry action for failed requests
2024-10-24 16:08:17 -07:00
Rob Lourens 5adea64722 Fix /explain sort order (#232203)
Fix microsoft/vscode-copilot-release#1923
2024-10-24 15:36:46 -07:00
Elias Papavasileiou 56c9d0a6b8 fix: improve settings descriptions for actions triggered on save (#230052)
* fix: improve settings descriptions for actions trigged on save

* fix: improve phrasing in settings descriptions

* fix: replace docs link with setting link

* fix: extract option reference to parameter
2024-10-24 21:23:03 +00:00
Michael Lively 2016c3db63 Fix accessible view regression (#232198)
* accessible view fix

* don't create wh, check schema for accessibleview
2024-10-24 14:07:21 -07:00
Matt Bierner 72a2c7c010 Workaround references list not updating (#232176)
Not the ideal fix but this makes it so that `ChatCollapsibleListContentPart` does not have a live version of the references list passed to it. The current code results in the item never being re-rendered because `hasSameContent` would always return true, so the references list would not update

There are a bunch of layers above this that all say they are readonly arrays too. Being readonly is correct from the consumer side, but it looks like the array does get mutated behind the scenes which is often unexpected
2024-10-24 14:01:46 -07:00
Connor Peet 2c1d208c7a testing: add test result state to context on test explorer items (#232187) 2024-10-24 13:59:55 -07:00
Joyce Er 25ab7b28c7 fix: delete files created by chat editing that were subsequently reverted (#232196) 2024-10-24 13:51:18 -07:00
Joyce Er 1c39d75f06 fix: don't require untitled chat edited files to be part of the workspace (#232172) 2024-10-24 13:43:15 -07:00
SteVen Batten f338f3d661 update wording based on feedback (#232189)
* update wording

* remove test code

* remove bad comma

* address PR feedback
2024-10-24 13:07:15 -07:00
Bhavya U fa0bf8d285 feat: add ChatGettingStartedContribution to handle extension installation events (#232191) 2024-10-24 20:05:13 +00:00
Benjamin Pasero 964dee35c4 Cannot hide mic btn (fix #232042) (#232193) 2024-10-24 12:52:59 -07:00
Tyler James Leonhardt bdc347ebed Use ExtensionIdentitfier class to squash some "toLower" bugs (#232179)
Fixes https://github.com/microsoft/vscode/issues/231964
2024-10-24 11:55:02 -07:00
Benjamin Pasero 329740df20 fix: remove experimental tag from chat command center configuration (#232010) 2024-10-24 20:48:47 +02:00
Rob Lourens 511199a14a Put implicit context back in quick chat (#232181)
Fix microsoft/vscode-copilot-release#1985
2024-10-24 11:34:46 -07:00
Rob Lourens ebd1bd730d Don't resolve variables a second time after intent detection (#232180)
Fix microsoft/vscode-copilot#9700
2024-10-24 11:30:54 -07:00
SteVen Batten c228ff942d moving open chat view command to view so that it applies when the view is moved out of the container (same as search) (#232175) 2024-10-24 10:52:26 -07:00
SteVen Batten 372134db37 Hide welcome view if chat view was moved independent of view container (#232173)
* don't show the welcome view if the chat view has not been moved

* reorder for clarity
2024-10-24 10:35:51 -07:00
Joyce Er 72bc3f95db fix: allow adding untitled editors to chat editing working set (#232170) 2024-10-24 10:13:53 -07:00
Bhavya U d80bb0d951 fix: save walkthroughPageTitle in GettingStartedInput (#232169) 2024-10-24 10:12:12 -07:00
Rob Lourens 5f014654e6 Fix quick chat layout (#232167)
Fix #232096
2024-10-24 10:09:37 -07:00
Joyce Er a030b0cd0b fix: add default keybindings for chat editing widget actions (#232162) 2024-10-24 09:51:39 -07:00
Joyce Er bf742dbef5 fix: don't require attachments to enable Send to Edits (#232158) 2024-10-24 09:30:50 -07:00
SteVen Batten 035dc5ace5 fixes issue where dismissing the view in one window doesn't apply in all windows (#232157) 2024-10-24 09:26:41 -07:00
Martin Aeschlimann a77b2c285d Merge pull request #232140 from microsoft/joh/residential-ermine
let review cancel the session when no or no real edits happened
2024-10-24 18:26:25 +02:00
Peng Lyu 568e6a0a51 Enable cell generate fully (#232150)
* Enable cell generate fully

* remove experimental tag
2024-10-24 09:11:18 -07:00
Johannes Rieken d53129fbd3 fix https://github.com/microsoft/vscode-copilot/issues/8327 (#232155) 2024-10-24 08:56:20 -07:00
Asem Dreibati 8d37bf2182 handle edge case in slice function in Iterable namespace (#230683) (#232134) 2024-10-24 15:45:06 +00:00
Johannes Rieken a5931652fe Merge pull request #232153 from microsoft/joh/experimental-ferret
various fixes
2024-10-24 17:41:31 +02:00
Johannes 0c89e7c53f more tweaks 2024-10-24 17:28:25 +02:00
Johannes 07d341613d use editorOptions from list event
fixes https://github.com/microsoft/vscode-copilot/issues/9178
2024-10-24 17:20:29 +02:00
Johannes e07da38a66 tweak padding for attachments
fixes https://github.com/microsoft/vscode-copilot/issues/9733
2024-10-24 17:15:17 +02:00
Johannes 308b9dcd6e capture and restore partial view state
fixes https://github.com/microsoft/vscode-copilot/issues/9617
2024-10-24 17:09:43 +02:00
Johannes eaf315a0bc tweak padding for toolbar
fixes https://github.com/microsoft/vscode-copilot/issues/9563
2024-10-24 17:09:03 +02:00
Joyce Er 4c22312702 fix: allow cancel in New Edit Session (#232148) 2024-10-24 08:00:45 -07:00
Johannes Rieken ffe710dc78 fixes https://github.com/microsoft/vscode-copilot/issues/9695 (#232135) 2024-10-24 16:22:33 +02:00
Johannes 26f713df59 let review cancel the session when no or no real edits happened
https://github.com/microsoft/vscode-copilot-release/issues/1872
2024-10-24 15:25:43 +02:00
Ulugbek Abdullaev 1a85a0881e fix a typo (#232132) 2024-10-24 13:51:48 +02:00
Robo 4e7b53c5a0 chore: disable mime db creation in snap (#232129) 2024-10-24 03:39:28 -07:00
SteVen Batten e1de28e4ee move the default location of the chat view (#232098) 2024-10-24 03:26:21 -07:00
Sandeep Somavarapu d450518c92 fix #232123 (#232124) 2024-10-24 02:35:37 -07:00
Joyce Er 39fd376a04 fix: shorten Remove Request action title (#232109) 2024-10-24 04:38:16 +02:00
Joyce Er 65b48a02e2 fix: add preview indicator for editing welcome view (#232108) 2024-10-23 18:47:07 -07:00
Joyce Er 7c9e4bb239 fix: render code blocks with no associated URI in chat editing view (#232105) 2024-10-23 18:08:14 -07:00
Andrea Mah a4497359d7 Merge pull request #232106 from microsoft/high-crane
fix singular AI result with infinite load
2024-10-23 18:06:57 -07:00
andreamah fc862cb930 fix singular AI result with infinite load 2024-10-23 17:50:27 -07:00
Rob Lourens b3391fd8d9 Avoid issue where last list item rerenders to get shorter after the request finishes (#232102) 2024-10-23 17:06:55 -07:00
Joyce Er c42b584d95 fix: make chat editing widget toolbar more compact (#232101) 2024-10-23 16:32:52 -07:00