Commit Graph

145087 Commits

Author SHA1 Message Date
Sandeep Somavarapu 3fb76cabd4 fix #290501 (#291876)
* fix #290501

* Revert "fix #290501"

This reverts commit 3f0ce7842e.
2026-01-30 14:31:13 +00:00
Sandeep Somavarapu b41f50f104 update distro (#291881) 2026-01-30 13:49:03 +00:00
Benjamin Christopher Simmonds f8e5529db5 Add ARIA role and label to welcome view content (#291639)
fixes https://github.com/microsoft/vscode/issues/250108
2026-01-30 14:25:01 +01:00
Henning Dieterichs 37ac613efa Implements https://github.com/microsoft/vscode/issues/271133 (#290036)
* Implements https://github.com/microsoft/vscode/issues/271133

* Fixes cyclic file dependency

* Fixes test
2026-01-30 14:04:02 +01:00
Sandeep Somavarapu 086eda1a35 fix #291851 (#291862) 2026-01-30 13:58:50 +01:00
Lee Murray aafde1d5fd Merge pull request #291869 from microsoft/mrleemurray/nearby-plum-stoat
Enhance notebook overlay styles with z-index and improved shadow effects
2026-01-30 12:54:57 +00:00
Johannes Rieken 0da4260e41 Merge pull request #267787 from gjsjohnmurray/fix-267766
Prevent symbol-* codicons from displaying colored on toolbars (fix #267766)
2026-01-30 13:39:39 +01:00
mrleemurray 73c195528f Enhance notebook overlay styles with z-index and improved shadow effects 2026-01-30 12:35:01 +00:00
Lee Murray a51a89db17 Merge pull request #291855 from microsoft/mrleemurray/cloudy-jade-cougar
Update activity bar and title bar background colors to improve theme consistency
2026-01-30 11:50:45 +00:00
Johannes Rieken 68cd1d5dc1 Merge branch 'main' into fix-267766 2026-01-30 12:43:47 +01:00
Dmitriy Vasyura f905cf48fc Add CLI DevTunnel sanity test (#291813)
* Add CLI -> DevTunnel -> Web tests

* PR feedback
2026-01-30 20:31:33 +09:00
mrleemurray 5ac2d2245e Update activity bar and title bar background colors to improve theme consistency 2026-01-30 11:29:51 +00:00
Lee Murray 837a06628d Merge pull request #291849 from microsoft/mrleemurray/ancient-green-cobra
Remove commented-out z-index adjustments for iframe containers in styles.css
2026-01-30 11:21:23 +00:00
Lee Murray ff791dbf17 Merge pull request #291848 from microsoft/mrleemurray/characteristic-amber-orangutan
fix: update button secondary styles for improved theming consistency
2026-01-30 11:20:56 +00:00
Benjamin Christopher Simmonds 539f216be4 Merge pull request #291844 from microsoft/benibenj/uniFix
Provide completions when Copilot extension is not installed
2026-01-30 12:20:09 +01:00
mrleemurray 7b86cfcc6a Remove commented-out z-index adjustments for iframe containers in styles.css 2026-01-30 10:58:45 +00:00
mrleemurray 5201505306 fix: update button secondary styles for improved theming consistency 2026-01-30 10:54:32 +00:00
Benjamin Pasero dc1437b20d Agent sessions - Session grouping doesn't seem to always account for "yesterday" sessions (fix #291589) (#291805)
* Agent sessions - Session grouping doesn't seem to always account for "yesterday" sessions (fix #291589)

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

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

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

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-30 10:50:28 +00:00
Osvaldo Ortega cfb2e3e39a Merge pull request #291697 from microsoft/copilot/fix-agent-sessions-welcome-gating
Gate Agent Sessions Welcome page on ChatContextKeys.enabled
2026-01-30 02:37:24 -08:00
Henning Dieterichs 963958a4bc Fixes invariant violation in tryRebase (#291840) 2026-01-30 10:36:16 +00:00
BeniBenj 75507a19b6 provide completions when copilot extension is not installed 2026-01-30 11:31:03 +01:00
Johannes Rieken 4d48941236 update version to 1.110.0 (#291832)
update version
2026-01-30 11:27:04 +01:00
Copilot 58da0af376 Remove chat welcome from chat editors when core agent exists (#291722)
* Initial plan

* Remove chat welcome from chat editors when core agent exists

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

* Address code review: hide welcome container when skipping content

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-30 11:26:50 +01:00
Osvaldo Ortega 04bfcaa4b7 Close editor on AI disablement 2026-01-30 11:18:19 +01:00
Johannes Rieken ea084045c1 oss tool (#291826) 2026-01-30 09:48:45 +00:00
Osvaldo Ortega e4949cf2d8 Review comments 2026-01-30 10:06:55 +01:00
Courtney Webster afb4b52c67 feat: enhance ChatModelsWidget with hover support for managed entitle… (#289981)
* feat: enhance ChatModelsWidget with hover support for managed entitlements

* Apply suggestions from code review

* use setting title

* clean up

* undo comment

---------

Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
2026-01-30 10:05:56 +01:00
Osvaldo Ortega faf04ffc4b Whitespace 2026-01-30 09:53:22 +01:00
Osvaldo Ortega d0b073486c Fallback to welcome page if AI disabled 2026-01-30 09:45:43 +01:00
Osvaldo Ortega c725a4cad2 Merge branch 'main' of https://github.com/microsoft/vscode into copilot/fix-agent-sessions-welcome-gating 2026-01-30 09:35:47 +01:00
Osvaldo Ortega e32b95e0ec Merge pull request #291621 from microsoft/osortega/mean-warbler 2026-01-30 00:06:33 -08:00
Alex Ross a1728b98fa Revert "Bump tar and dmg-builder in /build" (#291808)
Revert "Bump tar and dmg-builder in /build (#291331)"

This reverts commit fd3565eb6b.
2026-01-30 07:52:21 +00:00
Josh Spicer a84bfab7bc Agent status indicator: Do not show unread on empty workspace (#291696) 2026-01-30 07:46:06 +00:00
Dmitriy Vasyura 2d23946f08 Move Collapse All action in SCM to leftmost position (#291474)
* Move `Collapse All` action in SCM to leftmost position

* PR feedback
2026-01-30 07:47:05 +01:00
Rob Lourens 968b908772 Don't log tool cancellation as error (#291797)
Fix #291096
2026-01-29 21:10:27 -08:00
Daniel Imms 40e01fce60 Merge pull request #291795 from microsoft/tyriar/290972
Clamp terminal timeout to save values
2026-01-29 20:16:40 -08:00
Daniel Imms b9bd16fb3e Clamp terminal timeout to save values
Fixes #290972
2026-01-29 19:48:59 -08:00
Rob Lourens 543804d5de Disable question tool for subagent (#291780)
Fix #291416
2026-01-30 02:01:24 +00:00
Justin Chen b17f5e9ede fix css mismatch between spinner and thinking header (#291773) 2026-01-30 01:42:36 +00:00
Justin Chen d9bb11ef31 associate spinner text with tool call or reasoning block (#291762)
* associate spinner text with tool call or reasoning block

* address some comments, removed a loading title
2026-01-29 16:48:46 -08:00
Rob Lourens 830c548e67 Don't log full renderData (#291767)
This is causing severe log spam and filling up the Window log
2026-01-29 16:46:25 -08:00
Matt Bierner a5cfde1b64 Merge pull request #291454 from mjbvz/dev/mjbvz/straightforward-flyingfish
Add a title for generated mermaid diagrams and use this for opened editors
2026-01-29 16:40:22 -08:00
Matt Bierner a148fff6a9 Merge branch 'main' into dev/mjbvz/straightforward-flyingfish 2026-01-29 16:19:43 -08:00
Henning Dieterichs be2a52eb32 Fixes https://github.com/microsoft/vscode/issues/291242 (#291760) 2026-01-30 00:09:00 +00:00
Copilot f1b439a339 Fix chat terminal streaming editor height when there is only one line (#291651)
* Initial plan

* Fix editor height calculation to include vertical padding

Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>
2026-01-29 23:53:39 +00:00
Rob Lourens 946a11c493 Clarify that verification-steps-needed is for the team, not the external issue opener (#291758) 2026-01-29 23:32:11 +00:00
Daniel Imms 31a01ada16 Merge pull request #291725 from microsoft/tyriar/287652_2
Allow xxd exact command line
2026-01-29 15:31:06 -08:00
Dmitriy Vasyura 4ac8b5ed98 Enable Windows ARM sanity tests on the new pool (#291753)
* Enable Windows ARM sanity tests on the new pool

* Update README
2026-01-29 23:30:36 +00:00
Rob Lourens 28f29f6087 Use correct id for model from subagent (#291757)
Fix #291681
2026-01-29 23:22:46 +00:00
Justin Chen 66fe91254e fix scrolling as content expands in thinking (#291750)
* fix scrolling as content expands in thinking

* add disposables?
2026-01-29 23:17:02 +00:00