João Moreno
b44c07ff85
bump copilot
2026-04-01 15:32:46 +02:00
João Moreno
71b700f499
try to run tests on windows
2026-04-01 12:28:59 +02:00
João Moreno
b69740b9c3
bump copilot
2026-04-01 12:28:02 +02:00
Benjamin Pasero
5c61a50582
update submodule
2026-04-01 12:17:09 +02:00
Benjamin Pasero
3bb72cee59
chat - track setup completion state ( #307070 )
...
* chat - track setup completion state
* .
* wrap it in
* track completed
* .
2026-04-01 12:12:45 +02:00
Benjamin Pasero
49edcb8eea
enable extension instead of installing
2026-04-01 10:26:17 +02:00
João Moreno
4afb2e555e
comment out completions core tests in integration steps
2026-04-01 08:01:35 +02:00
João Moreno
43bf17515f
fix tests
2026-03-31 21:44:30 +02:00
João Moreno
60bb41a400
Merge commit 'fc23f2d26631c6a2c4bf9f69506ea74c90a32804' into joao/copilot-builtin
2026-03-31 20:02:44 +02:00
João Moreno
8309a0238a
more fixes
2026-03-31 18:29:55 +02: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
João Moreno
7f9fbf4358
use workingDirectory
2026-03-31 18:03:38 +02:00
Sandeep Somavarapu
d1b7080c05
fix tests
2026-03-31 17:48:04 +02:00
João Moreno
349af05e5f
bump
2026-03-31 17:40:47 +02: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
João Moreno
b92bbb8e27
skip self signed cert test
2026-03-31 17:25:40 +02: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
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
João Moreno
db0ea88632
skip some tests
2026-03-31 16:53:11 +02: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
João Moreno
a001f0e9dd
fix: update copilot submodule and test steps
2026-03-31 16:36:51 +02: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
João Moreno
6b0dcd14f2
fix the build
2026-03-31 16:17:48 +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
Sandeep Somavarapu
61fb7f1c2b
Fix compilation errors in tests
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-31 14:47:56 +02:00
Sandeep Somavarapu
c752cd8c19
Fix compilation errors in tests
...
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-31 14:36:11 +02: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
João Moreno
dfa1367af2
Update subproject commit for Copilot extension
2026-03-31 13:59:21 +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
Sandeep Somavarapu
143b631d0c
Enable auto-update for built-in extensions
...
Add autoUpdateBuiltinExtensions product config to define which built-in
extensions should auto-update. Version-scoped to current VS Code release
(same major.minor). Includes gallery version validation, scanner dedup
filtering, stale version cleanup, and application-scoped installs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-03-31 13:06:28 +02:00