Commit Graph

143674 Commits

Author SHA1 Message Date
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
Copilot
fa78c64031 Fix 100% CPU on Windows when watched file is deleted (#288003)
* Initial plan

* Fix 100% CPU on Windows when watched file is deleted

When a watched file/folder is deleted on Windows, Parcel's subscribe
callback may continue to receive errors from ReadDirectoryChangesW.
Previously, these errors were processed by onUnexpectedError which
would fire _onDidError events repeatedly. This caused 100% CPU usage
as the error handling loop never stopped.

The fix checks if the watcher has already failed (via watcher.failed)
before processing errors. When the watcher has failed (which happens
when the watched path is deleted), additional errors from Parcel are
ignored. This prevents the CPU spike while still allowing the normal
suspend/resume mechanism to handle watching the path when it's recreated.

Fixes microsoft/vscode#263718

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

* Update comments to better explain CPU issue prevention

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

* Add same fix to nodejs watcher for Windows CPU issue

Apply the same fix to nodejsWatcherLib.ts as suggested by the reviewer.
The error handler now checks if the watcher has already failed before
processing additional errors, preventing the endless error loop on
Windows when a watched path is deleted.

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

* lets not change parcel watcher for now

* .

* .

---------

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-15 18:47:11 +00:00
Paul
12bce8da5a Agent skills management UX and file support (#287201) 2026-01-16 05:46:36 +11:00
Bhavya U
a03c603b04 Show todo list when there are any todos available (#288119) 2026-01-15 19:43:23 +01:00
Benjamin Christopher Simmonds
1c1762b073 Merge pull request #288120 from microsoft/benibenj/meaningful-junglefowl
Improved chat input pickers
2026-01-15 18:39:23 +01:00
BeniBenj
2cd5626d13 improved chat input pickers 2026-01-15 18:17:26 +01:00
João Moreno
3ecb8e893f Add compatibility checks for Copilot Chat extension in release build script (#287807)
* Add compatibility checks for Copilot Chat extension in release build script

* add tests

* address comment
2026-01-15 17:16:53 +00:00
Ladislau Szomoru
448f171f94 Chat - fix chat input rendering bug (#288110) 2026-01-15 18:07:12 +01:00
Ladislau Szomoru
cdc06ed9ac Git - handle case when the repository only contains the main worktree (#288056) 2026-01-15 16:42:07 +00:00
Joaquín Ruales
2f9749dc7c Integrated Browser: Select all URL text when URL bar receives focus (#287919) 2026-01-15 08:34:31 -08:00
Alex Ross
3b51077a99 Add more details to provideWorkspaceChatContext (#288105)
Fixes #280668
2026-01-15 16:27:11 +00:00
Paul
a357e63b0b Prompt files provider API V2 (#286457)
* wip

* updates

* Apply suggestion from @Copilot

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

* test

* dispose

* clean

* remove

* invalidate

* wip

* pr

* use enum

* PR

* clean

* more cleanup

* more cleanup

* more cleanup

* more cleanup

* more cleanup

* nit

* add optional metadata

* use new proposal

* clean

* clean

* nit

* v2

* yaml clean

* clean

* Update src/vs/workbench/api/common/extHostChatAgents2.ts

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>

* PR

* wip

* PR

* Update src/vs/base/common/yaml.ts

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

* add command

* pr

* PR

* PR

* PR

* clean

* PR

* use cache

* nit clean

* clean

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2026-01-15 15:52:45 +00:00
Alex Ross
d9025c2351 Add command to contributable chat context (#288084)
* Add command to contributable chat context
Fixes #280796

* Copilot feedback
2026-01-15 15:50:53 +00:00
Megan Rogge
1d8cc01ab0 use MutableDisposable, allow any input to cancel prompt for input (#287855)
follow-ups to #287651
2026-01-15 07:27:42 -08:00
Megan Rogge
17362d52dc rm setting (#288070) 2026-01-15 07:27:00 -08:00
João Moreno
1deca733b3 refactor: replace gulp-untar with custom untar implementation and update dependencies (#288081) 2026-01-15 15:13:11 +00:00
Sandeep Somavarapu
82352d9ab5 do not show copilot models if they are not user selectable (#288078) 2026-01-15 15:02:43 +00:00
Sandeep Somavarapu
c36e2b89d9 fix populating trusted publishers (#288066) 2026-01-15 13:38:06 +00:00
Sandeep Somavarapu
58da01ed9c add migrate action for migrating existing configured models (#288062) 2026-01-15 05:18:45 -08:00
Benjamin Pasero
347d4b374b chore - add hono package version 4.11.4 (#288032) 2026-01-15 14:02:40 +01:00
Lee Murray
2e551b05ed Merge pull request #288060 from microsoft/mrleemurray/appropriate-junglefowl-fuchsia
Update border-radius properties to use CSS variables
2026-01-15 13:00:03 +00:00
Lee Murray
f72709128c Merge pull request #288057 from microsoft/mrleemurray/competent-bedbug-violet
Update chat editor overlay background color
2026-01-15 12:56:48 +00:00
mrleemurray
36d09ec699 fix: update border-radius properties to use CSS variables for consistency 2026-01-15 12:37:56 +00:00
Benjamin Pasero
84e4ac7002 fix - update chat.tools.terminal.outputLocation setting (#288050) 2026-01-15 13:36:24 +01:00
mrleemurray
5153ffb4d2 fix: update background color for chat editor overlay and controller to match widget styling 2026-01-15 12:34:24 +00:00
Sandeep Somavarapu
7195c7df60 wrap extension editor actions (#288006) 2026-01-15 10:52:12 +01:00
Mike Wang
29b4dca68e Merge pull request #286122 from MikeWang000000/fix-rulers
Fix rulers not visible with negative zoom factor (#284129)
2026-01-15 09:16:24 +00:00
dependabot[bot]
860fe62fbf Bump undici from 7.9.0 to 7.18.2 (#287882)
Bumps [undici](https://github.com/nodejs/undici) from 7.9.0 to 7.18.2.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.9.0...v7.18.2)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.18.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 10:15:42 +01:00
Megan Rogge
3ab8e66d72 ensure important extension info wraps so low vision users can see it at 200% zoom (#287591)
* fixes #287226

* undo change
2026-01-15 09:52:35 +01:00
Robo
1fe49563dc fix: capture diagnostics and add workaround for graphite recording order failures (#287798)
* feat: expose gpu log messages as part of --status

This is useful in scenarios where the application rendering
completely breaks and we want to know the health of gpu process
on demand without having to restart the application.

The log messages are usually available on demand via
Developer: Show GPU Info page but during complete rendering failure
the developer page will also fail to render.

* feat: add support for argv.json switch to recover from failure

* chore: address feedback

* chore: update build

* chore: bump distro
2026-01-15 08:00:20 +00:00
Raymond Zhao
1251d8b737 chore: bump native-watchdog (#287848)
* chore: bump native-watchdog

* Rename more instances

* chore: update Debian x64 dep list
2026-01-15 15:34:13 +09:00
Connor Peet
09b7083f15 chat: fix sessions being stuck running when reloading (#287970) 2026-01-15 06:11:53 +00:00
Josh Spicer
2c357a926d change 'agent projection' visual cues (#287957)
* change how we draw their attention

* more
2026-01-15 04:25:31 +00:00
Josh Spicer
daf2ea5ea4 swap around icons and indicators in the title bar agents control (#287935) 2026-01-15 03:50:08 +00:00
Josh Spicer
be3d85636a use a vscode theme color for focusView (#287891) 2026-01-14 19:04:53 -08:00
Logan Ramos
4dbed8161a Don't have default tool progress message (#287938) 2026-01-14 18:52:05 -08:00
Paul
97b6da8987 Enable agent skills by default (#287930) 2026-01-14 18:49:51 -08:00
Matt Bierner
5613569d15 Merge pull request #287932 from mjbvz/dev/mjbvz/youthful-mollusk
Harden handling of old timing info
2026-01-14 17:49:48 -08:00
Paul
6cb58a3eca Unify agent skills internal architecture (#286860) 2026-01-15 12:44:42 +11:00
Josh Spicer
53460a1226 support local sessions in focus view service (#287927) 2026-01-14 17:39:47 -08:00
Matt Bierner
628f19a4f1 Harden handling of old timing info 2026-01-14 17:29:50 -08:00
Copilot
1a285a3f40 Update open chat command behavior for quick chat (#287918)
* Initial plan

* Change agents control to open quick chat instead of toggling sidebar

Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>

* toggle quick chat

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: joshspicer <23246594+joshspicer@users.noreply.github.com>
2026-01-15 01:00:02 +00:00
Josh Spicer
c95fddbd72 Merge pull request #287808 from microsoft/copilot/fix-locked-optiongroup-visuals
Fix locked optionGroup display in chat input - show grayed out, non-clickable
2026-01-14 16:28:50 -08:00
Josh Spicer
593782b2fd Update src/vs/workbench/contrib/chat/browser/chatSessions/media/chatSessionPickerActionItem.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-14 16:08:20 -08:00
Rob Lourens
32cdd274e8 Implement UX for running subagents in parallel (#287687)
* Support UX for parallel subagents
Similar to thinking ux

* Show prompt when expanded as well

* Add ellipsis

* Fix unit test

* Get subagents working with tool streaming changes

* Fixes

* Just keep this the same, close enough
2026-01-15 07:49:56 +08:00
Josh Spicer
586f815cd2 fix chevron disabled opacity 2026-01-14 15:27:26 -08:00
Josh Spicer
602c17dd34 refactor searchableOptionPickerActionItem.ts to extend from chatSessionPickerActionItem.ts 2026-01-14 15:18:14 -08:00
Josh Spicer
bcb685b394 change opacity and color to match 'Set Session Target' 2026-01-14 15:17:45 -08:00
Josh Spicer
0d6b648bbf fix unneeded code 2026-01-14 15:01:18 -08:00
Matt Bierner
5bef030d5f Merge pull request #287881 from mjbvz/dev/mjbvz/arbitrary-owl
Reapply timing and chat session changes
2026-01-14 14:29:02 -08:00