Commit Graph

143734 Commits

Author SHA1 Message Date
BeniBenj
110f6fb94d fixes https://github.com/microsoft/vscode/issues/287914 2026-01-16 13:01:21 +01:00
Daniel Imms
f46196091d Merge pull request #287909 from microsoft/tyriar/277507
Present cd dir separate to command
2026-01-16 03:59:11 -08:00
Ladislau Szomoru
766d7baedf Chat - background sessions should not use the editing sessions file list (#288324) 2026-01-16 11:54:58 +00:00
Aiday Marlen Kyzy
d0eda2a622 updating distro hash (#288309) 2026-01-16 11:53:24 +00:00
Aiday Marlen Kyzy
08ed94a9f1 Getting font/fontFamily/lineHeight from parent scopes 2 (#286183)
Fixing tokenization not working
2026-01-16 03:53:09 -08:00
Ulugbek Abdullaev
46657fc5af nes: trigger on going to next/previous problem (#288316) 2026-01-16 11:52:03 +00:00
Johannes Rieken
96393c4192 workaround for https://github.com/microsoft/vscode/issues/288260 (#288311) 2026-01-16 11:40:08 +00:00
Daniel Imms
9d173ad771 Merge pull request #287561 from microsoft/tyriar/xterm_260113
@xterm/xterm@6.1.0-beta.102
2026-01-16 03:33:20 -08:00
Copilot
79da484009 Mark agent sessions as read when archiving (#288228)
* Initial plan

* Mark session as read when archiving

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

* .

* .

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2026-01-16 10:10:48 +00:00
Christof Marti
f322d8ea8a Add telemetry event 2026-01-16 10:38:04 +01:00
Copilot
f22245625a Agent sessions: allow context menu actions on section headers (#288148)
* Initial plan

* Add context menu actions for session section headers

- Add new `AgentSessionSectionContext` MenuId for section context menus
- Update `ArchiveAgentSessionSectionAction` to appear in section context menu
- Update `UnarchiveAgentSessionSectionAction` to appear in section context menu
- Add new `MarkAgentSessionSectionReadAction` for marking all sessions as read
- Update `agentSessionsControl.ts` to show context menu for section headers

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>

* .

* .

* Update src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsControl.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsActions.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-16 09:20:24 +00:00
Benjamin Pasero
66a451a86c Revert "Fix 100% CPU on Windows when watched file is deleted" (#288266)
Revert "Fix 100% CPU on Windows when watched file is deleted (#288003)"

This reverts commit fa78c64031.
2026-01-16 10:11:06 +01:00
Alexandru Dima
3e64d23c25 Merge pull request #288262 from microsoft/alexd/illegal-tortoise
Defer remote extension host activation for immediate activations
2026-01-16 10:06:01 +01:00
Alex Dima
93c8f45105 Revert package-lock changes 2026-01-16 09:44:10 +01:00
Alex Dima
a77622a536 Fix unit test failures 2026-01-16 09:43:28 +01:00
Alex Dima
324dec72f1 Remove short-circuit in ExtensionHostManager for Immediate activation events 2026-01-16 09:20:44 +01:00
Alex Dima
45d95bbbe4 Defer remote extension host activation for Immediate activations
When `activateByEvent` is called with `ActivationKind.Immediate`, only
activate on local extension hosts (LocalProcess, LocalWebWorker) and
defer remote host activation until the remote host is ready. This
prevents blocking startup when extensions need immediate activation
but the remote host isn't available yet.

Changes:
- Add `activationKind` to `IWillActivateEvent` interface
- Track deferred activation events in `_pendingRemoteActivationEvents`
- Filter to local hosts only for Immediate activation
- Replay deferred events on remote hosts after initialization
- Fire `onWillActivateByEvent` again with Normal kind when replaying

Fixes #260061
2026-01-16 09:13:37 +01:00
Ladislau Szomoru
338850982f Chat - background session should always use the session menu (#288254) 2026-01-16 09:06:24 +01:00
Justin Chen
e719265db2 change thinking icons and ui fixes (#288248)
* change thinking icons and style fixes

* fix padding
2026-01-16 07:50:40 +00:00
Rob Lourens
891a63f5ca Fix some subagent ui jank (#288227)
Properly join runSubagent tool invocation with its tool calls
2026-01-16 07:19:38 +01:00
Justin Chen
58cd404d33 do not pin mermaid tool call (#288226) 2026-01-16 07:19:22 +01:00
Benjamin Pasero
563f788ca9 deps - check in a package.lock (#288233) 2026-01-16 07:19:00 +01:00
Paul
03f79ac30b Agent skills extension file contribution API (#287671) 2026-01-15 18:54:31 -08:00
Osvaldo Ortega
da9916e1a1 Merge pull request #288181 from microsoft/osortega/back-whitefish
Agent sessions welcome view
2026-01-15 16:44:24 -08:00
Josh Spicer
94bd7d47f9 rebuild agentStatusWidget (#288192)
* rebuild agentStatusWidget

* Update src/vs/workbench/contrib/chat/browser/agentSessions/agentStatusWidget.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-16 00:30:02 +00:00
Megan Rogge
2baec29920 prevent flicker in expanding chat output (#287865) 2026-01-15 16:11:43 -08:00
Osvaldo Ortega
5f0d68e0df Hygiene 2026-01-15 16:09:36 -08:00
Osvaldo Ortega
22c339672d Merge branch 'main' of https://github.com/microsoft/vscode into osortega/back-whitefish 2026-01-15 15:42:42 -08:00
Osvaldo Ortega
d71906bc72 Agents welcome view 2026-01-15 15:40:18 -08:00
Zhichao Li
7b5c084b8f Merge pull request #288180 from microsoft/zhichli/fixchatrepoinfo
Fix and enhance newline handling in git diff generation of `chatRepoInfo`
2026-01-15 15:27:36 -08:00
Paul
8a2adc0d0a Fix missing user prompt files (#288182) 2026-01-15 15:21:55 -08:00
Alex Dima
5606ec9727 Simplify code 2026-01-16 00:01:29 +01:00
Megan Rogge
3f178fb6c1 use f2 for mac, windows (#288175)
fixes #288174
2026-01-15 14:56:53 -08:00
Osvaldo Ortega
ad012358c4 WIP 2026-01-15 14:23:42 -08:00
Zhichao Li
eec05c584c enhance newline handling of diff export in chatRepoIno 2026-01-15 14:13:08 -08:00
Josh Spicer
1656700d1d streaming latest session to agentSessionWidget (#288176)
* stream progress

* tidy
2026-01-15 22:03:48 +00:00
Josh Spicer
ccdcaa2407 refactor agent command center and projection code (#288163)
* change how we draw their attention

* more

* swap X to esc button

* refactor

* remove unused

* fix placeholder
2026-01-15 21:36:13 +00:00
Connor Peet
bebef40b5a chat: fix uri compare failing in chat session storage (#288169)
Fixes a data loss issue where we'd fail to store the session
2026-01-15 21:34:23 +00:00
Ladislau Szomoru
88091dc760 Chat - only render working set when there are session files (#288164) 2026-01-15 20:47:58 +00:00
Matt Bierner
0bd6afc8e0 Merge pull request #287923 from mjbvz/dev/mjbvz/artificial-barnacle
Hide getAllChatSessionItemProviders
2026-01-15 12:29:14 -08:00
Connor Peet
8e70e1e590 chat: fix last response state stored as active in the session index (#288161) 2026-01-15 20:09:00 +00:00
Ladislau Szomoru
ffd0ae8c67 Button - fix overflow wrapping (#288160) 2026-01-15 20:04:34 +00:00
Justin Chen
601d342dde terminal in thinking dropdown (#287902)
* terminals in thinking dropdown

* make setting on by default:'

* fix chat confirmation widget

* fix spelling

* fix public issue

* add backup icon for terminal
2026-01-15 19:58:03 +00:00
Matt Bierner
c3d9a398df Merge pull request #288079 from kiofaw/fix/256854
fix: replace AsyncIterableObject with AsyncIterableProducer
2026-01-15 11:54:33 -08:00
Josh Spicer
4b8d9aa13a Agents control show Esc button hint (#288135)
* change how we draw their attention

* more

* swap X to esc button
2026-01-15 11:46:10 -08:00
Matt Bierner
45069f93db Merge branch 'main' into dev/mjbvz/artificial-barnacle 2026-01-15 11:43:14 -08:00
Matt Bierner
9d80d65212 Merge pull request #287940 from mjbvz/dev/mjbvz/organic-giraffe
Fix handling of `ExtendedLanguageModelToolResult2`
2026-01-15 11:41:00 -08:00
Logan Ramos
63be45bc13 Fix create file not properly rendering (#288150)
* Fix create file not properly rendering

* Update src/vs/workbench/contrib/chat/common/model/chatProgressTypes/chatToolInvocation.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 19:39:38 +00:00
Tyler James Leonhardt
9a53549070 fix: add descriptions to chat session picker options (#288149) 2026-01-15 19:21:06 +00:00
Robo
3e56b3a2a4 feat: enable win11 context menu for stable (#287832)
* feat: enable win11 context menu for stable

* chore: update dll package

* chore: codesign appx for stable

* feat: support system setup

* fix: allow installing appx for system setup

* fix: add -SkipLicense to avoid exception during install
2026-01-15 19:49:28 +01:00