Commit Graph

149844 Commits

Author SHA1 Message Date
Matt Bierner
d171568737 Merge pull request #306789 from microsoft/dev/mjbvz/liable-firefly
Bump distro
2026-03-31 12:08:43 -07:00
Lee Murray
78f4c2471e Sessions: Refactor AI Customization Management styles (#306873)
* Refactor padding and line-height in AI Customization Management styles for improved layout

Co-authored-by: Copilot <copilot@github.com>

* Update src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css

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

---------

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Michael Lively <12552271+Yoyokrazy@users.noreply.github.com>
2026-03-31 18:49:07 +00:00
Justin Chen
213b27d7c3 make sure to cancel current request on restore checkpoints (#306901) 2026-03-31 18:41:40 +00:00
Rob Lourens
1c1dc9f684 Fix "Select {0}" in workspace picker (#306829) 2026-03-31 18:41:03 +00:00
Rob Lourens
3bc94239ff Add chat model reference inspection (#306596)
* Add chat model reference inspection (Written by Copilot)

* Add archive state and age to chat model inspection (Written by Copilot)

* fix import

* Cleanups

* test
2026-03-31 18:41:00 +00:00
Ben Villalobos
50458373e0 Merge branch 'main' into dev/mjbvz/liable-firefly 2026-03-31 11:39:15 -07:00
Rob Lourens
a5cc6f3c5d agentHost: Fix CopilotAgent finding ripgrep (#306831) 2026-03-31 18:26:42 +00:00
Osvaldo Ortega
00844ccb8b Sessions: remove weird description (#306880)
* Sessions: remove weird description
2026-03-31 11:22:04 -07:00
Lee Murray
fc23f2d266 Merge pull request #306701 from microsoft/mrleemurray/front-tomato-hornet
Update CI status widget labels and styles for improved clarity
2026-03-31 17:13:42 +01:00
Lee Murray
ab0ec1106f Merge pull request #306709 from microsoft/mrleemurray/temporary-turquoise-impala
Refactor button configuration and improve layout
2026-03-31 16:27:47 +01:00
Lee Murray
fa427ad49a Merge pull request #306760 from microsoft/mrleemurray/zany-purple-manatee
Enhance CI Status Widget with collapsible functionality and improved styles
2026-03-31 16:26:51 +01:00
Christof Marti
9ee53b40bd Log recovery after timeout (#306751) 2026-03-31 15:15:59 +00:00
mrleemurray
bf320ea287 Enhance button styling in ChangesViewPane for better layout and overflow handling 2026-03-31 16:07:44 +01:00
Matt Bierner
4162f5e97a Bump distro 2026-03-31 07:55:36 -07:00
mrleemurray
9341e572cf Hide status counts on hover and focus for improved UI clarity
Co-authored-by: Copilot <copilot@github.com>
2026-03-31 15:54:07 +01:00
mrleemurray
d6c22f5130 Refactor CI Status Widget CSS for improved layout and visibility
Co-authored-by: Copilot <copilot@github.com>
2026-03-31 15:41:55 +01:00
mrleemurray
8c99a135c1 Add right padding to header on focus for improved accessibility 2026-03-31 15:24:40 +01:00
mrleemurray
9135ca9ba3 Add right padding to header on focus for improved accessibility
Co-authored-by: Copilot <copilot@github.com>
2026-03-31 15:22:19 +01:00
mrleemurray
fc209bb848 Adjust CI Status Widget header height and margin for improved layout 2026-03-31 15:19:11 +01:00
Isidor Nikolic
6b7cce125d Merge pull request #306750 from microsoft/isidor/terminal-failure-telemetry
Add exit code and command output to runInTerminal telemetry
2026-03-31 16:18:33 +02:00
mrleemurray
055a4758bc address pr ccr feedback
Co-authored-by: Copilot <copilot@github.com>
2026-03-31 15:15:29 +01:00
Benjamin Pasero
0e2d1c5a1d Sessions goes black on Reload (fix #305568) (#306742)
* Sessions goes black on Reload (fix #305568)

* Update src/vs/sessions/electron-browser/sessions.ts

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

* ccr

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-31 14:15:13 +00:00
Benjamin Pasero
e98b050ee0 sessions - surface app in chat menu (#306741)
* sessions - surface app in chat menu

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

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-31 14:09:52 +00:00
Benjamin Pasero
826458abb0 sessions - tweaks to modal editor sidebar (persist width, allow to toggle visibility) (#306704)
* sessions - tweaks to modal editor sidebar

* respect sizes

* clamp width

* .

* yauzl

* layout
2026-03-31 16:05:17 +02:00
Lee Murray
5f8a459600 Update src/vs/sessions/contrib/changes/browser/ciStatusWidget.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-31 15:02:10 +01:00
Isidor
ff26d2f53e Add exact exit code to runInTerminal telemetry
Add exitCodeValue field to the existing toolUse.runInTerminal telemetry
event, reporting the actual numeric exit code (-1 if unknown). Previously
only a tri-state nonZeroExitCode (0/1/-1) was available.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-31 15:58:13 +02:00
mrleemurray
a29a7d7c22 Enhance CI Status Widget: Add aria-label for accessibility and remove unnecessary CSS property
Co-authored-by: Copilot <copilot@github.com>
2026-03-31 14:55:09 +01:00
mrleemurray
0fbb436619 Refactor CI Status Widget: Adjust header height, improve padding, and enhance hover/focus styles
Co-authored-by: Copilot <copilot@github.com>
2026-03-31 14:52:42 +01:00
mrleemurray
2caf5f7a9c Enhance CI Status Widget: Adjust header height, improve accessibility, and refine styles
Co-authored-by: Copilot <copilot@github.com>
2026-03-31 14:48:52 +01:00
mrleemurray
9a1e226c62 Enhance CI Status Widget: Add collapse/expand functionality and update styles
Co-authored-by: Copilot <copilot@github.com>
2026-03-31 14:31:46 +01:00
Benjamin Pasero
eeaba7db52 title - restore scoped editor service for title compute (#306699)
* title - restore scoped editor service for title compute

* ccr
2026-03-31 14:56:16 +02:00
Lee Murray
803326c2a3 Update src/vs/sessions/contrib/changes/browser/changesView.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-31 13:52:46 +01:00
mrleemurray
9a63d66c8a Enhance action button styling in ChangesViewPane for consistency and improved layout 2026-03-31 13:08:42 +01:00
Martin Aeschlimann
d10d2b420b prompt service: cache ISlashCommandDiscoveryInfo and IAgentDiscoveryInfo (#306144)
* prompt service: cache ISlashCommandDiscoveryInfo and IAgentDiscoveryInfo

* Update src/vs/workbench/contrib/chat/common/promptSyntax/service/promptsServiceImpl.ts

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

* update

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-31 14:08:12 +02:00
Lee Murray
2b780fc675 Improve alignment and spacing in changes file list (#306697)
* Sessions: improve alignment and spacing in changes file list

Co-authored-by: Copilot <copilot@github.com>

* Update src/vs/sessions/contrib/changes/browser/media/changesView.css

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

---------

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-31 14:07:54 +02:00
Ladislau Szomoru
fa7634c279 Sessions - disable view all changes action if there is not git repository (#306693) 2026-03-31 14:07:40 +02:00
mrleemurray
ebfa569ab8 Refactor button configuration in ChangesViewPane for improved action handling 2026-03-31 12:42:38 +01:00
mrleemurray
b22143bb78 Refactor button configuration and adjust CSS padding and gap for improved layout 2026-03-31 12:34:22 +01:00
Lee Murray
e999a2414e Update src/vs/sessions/contrib/changes/browser/ciStatusWidget.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-31 12:04:56 +01:00
mrleemurray
63a85bd46b Update CI status widget labels and styles for improved clarity
Co-authored-by: Copilot <copilot@github.com>
2026-03-31 11:58:46 +01:00
vs-code-engineering[bot]
c69a19a58b Update distro commit (main) (#306692)
Update distro commit to f7bd750d

Co-authored-by: vs-code-engineering[bot] <122617954+vs-code-engineering[bot]@users.noreply.github.com>
2026-03-31 10:48:54 +00:00
Martin Aeschlimann
295ea75acd #tool: reference in prompt files is partially replaced, leaving trailing characters (#306276) 2026-03-31 10:45:12 +00:00
Lee Murray
be354064a9 Merge pull request #306297 from microsoft/mrleemurray/adjacent-rose-hyena
Increase minimum width for SidebarPart
2026-03-31 11:22:37 +01:00
Ladislau Szomoru
e97cc36916 Sessions - improve file tree rendering (#306681)
* Initial implementation

* Fix dropdown action label

* Delete old controller

* Improve root node rendering

* Set the context for the root element
2026-03-31 10:15:34 +00:00
Alex Ross
3c51a00d73 OSS tool (#306679) 2026-03-31 09:56:27 +00:00
Ladislau Szomoru
ed0f1369a8 Sessions - clean-up some of the actions rendering code (#306466)
* Sessions - clean-up some of the actions rendering code

* Pull request feedback
2026-03-31 09:34:01 +00:00
Alex Ross
8906163852 Skip flaky terminal test (#306668) 2026-03-31 20:23:15 +11:00
Lee Murray
159bc7357b Revert "theme: add notification for auto-updated default themes" (#306650)
Revert "theme: add notification for auto-updated default themes (#306341)"

This reverts commit e231798dee.
2026-03-31 11:01:52 +02:00
Benjamin Pasero
d527672704 Revert "fix: scope editor service in window title to own editor groups container" (#306634)
Revert "fix: scope editor service in window title to own editor groups contai…"

This reverts commit 4003d390fb.
2026-03-31 08:26:56 +00:00
Copilot
bb01c58f40 Mark session as read when opened in Sessions window (#306603)
* Initial plan

* fix: mark session as read when opening it in Sessions window

When a session was marked as unread via the context menu, clicking on it
again did not change it back to read. This adds setRead(session, true) in
sessionsManagementService.openSession() and openChat(), following the same
pattern used in agentSessionsOpener.ts.

Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/04e61e19-5790-4bc5-8075-95457ae5adbd

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>
2026-03-31 07:08:46 +00:00