Этот проект зеркально отражен от https://github.com/microsoft/vscode
Ошибка пулл зеркалирования
Зеркалирование репозитория было приостановлено из-за слишком большого количества неудачных попыток. Оно может быть возобновлено управляющим или владельцем проекта
Последний раз обновлен
- 18.11.2025 7 коммитов
-
-
Rob Lourens создал
* Implement IChatWidgetService#openSession, adopt for sessions view * Adopt in sessions view pane * Copilot comment
-
Justin Chen создал
-
Josh Spicer создал
* add IChatAgentData.canAccessPreviousChatHistory * chatSessions have canAccessPreviousChatHistory * revert back
-
Connor Peet создал
Previously we did a couple of different ad-hoc things when showing chat, which often didn't support editor chat, aux window chat, and never supported quick chat at all. This implement a method on the IChatWidgetService to reveal the chat widget regardless of location, and also to reveal+open the last widget or create a new one if there wasn't one, replacing the popular `showChatView` which only supported sidebar chat.
-
Matt Bierner создал
-
-
Connor Peet создал
* chat: remove `waitForReady` - Now that edit sessions are sync, we don't need to wait for them (just guard edits) as in https://github.com/microsoft/vscode-copilot/issues/16060 - I noticed `widget.onDidClear()` listeners were actually async and we do need to wait for them before we can safely make new input. Revised this to a delegate pattern. - Wait for a view model when sending chat. Also, improved Event.toPromise so it can safely be reused -- it now cleans up its own disposable from the disposable store or array after it settles. Resolves #247484 * Update src/vs/base/common/event.ts Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
-
- 17.11.2025 9 коммитов
-
-
Justin Chen создал
-
Justin Chen создал
-
Josh Spicer создал
-
-
-
-
Benjamin Pasero создал
-
Logan Ramos создал
-
-
- 16.11.2025 5 коммитов
-
-
Benjamin Pasero создал
-
Benjamin Pasero создал
-
Benjamin Pasero создал
-
Rob Lourens создал
Fix #277307 The change in the onDidChangeItemHeight is definitely an issue. The change in layout probably won't happen, I don't see a way that we would do a layout when the widget is hidden, but we should check isVisible there anyway
-
Rob Lourens создал
* Fix localized tool markdownDescriptions And add a lint rule * Just keep this the same * Fixes
-
- 15.11.2025 5 коммитов
-
-
-
-
Harald Kirschner создал
-
-
Daniel Imms создал
-
- 14.11.2025 14 коммитов
-
-
Matt Bierner создал
-
-
-
Megan Rogge создал
-
Benjamin Pasero создал
* agent sessions - support to show session from chat view * filter properly * fix tests
-
Martin Aeschlimann создал
-
Martin Aeschlimann создал
-
Benjamin Pasero создал
* chat - align code actions with actual implementation * more diagnostics * Update src/vs/workbench/contrib/chat/browser/chatSetup.ts Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com> -
Benjamin Pasero создал
-
Alex Ross создал
-
Benjamin Pasero создал
-
Copilot создал
* Initial plan * Add policy configuration for chat.tools.eligibleForAutoApproval setting Co-authored-by:
joshspicer <23246594+joshspicer@users.noreply.github.com>
* Update policy generation tests for chat.tools.eligibleForAutoApproval
Co-authored-by:
joshspicer <23246594+joshspicer@users.noreply.github.com>
* restore fixtures
* restore test
* fix minimumVersion
* do not add chat prompt files
* rerun --export-policy-data
* polish
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
joshspicer <23246594+joshspicer@users.noreply.github.com> -
Copilot создал
* Initial plan * Add canDelegate flag to filter agents from delegate menu Co-authored-by:
joshspicer <23246594+joshspicer@users.noreply.github.com>
* Add unit tests for canDelegate filtering logic
Co-authored-by:
joshspicer <23246594+joshspicer@users.noreply.github.com>
* Delete src/vs/workbench/contrib/chat/test/browser/chatExecuteActions.test.ts
* format
* actually set default value
* something weird is going on with github
---------
Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by:
joshspicer <23246594+joshspicer@users.noreply.github.com> -
Justin Chen создал
* better editing pills * pill with animation * fix quotes * improved css * edit pills with a clearer animation * setting for code block progress
-