Commit Graph

148928 Commits

Author SHA1 Message Date
Johannes Rieken
95b003130c event: classify listener leak errors as dominated or popular (#303543)
Classify listener leak errors as dominated or popular
2026-03-20 09:33:05 -07:00
Johannes Rieken
21a0998f49 Update milestone version to 1.113.0 in GitHub issues configuration (#303538) 2026-03-20 09:32:26 -07:00
Courtney Webster
5fc1ff43b0 Merge pull request #303365 from microsoft/meerkat
Remove sign in dialog experiment
2026-03-20 11:08:46 -05:00
Matt Bierner
2d909260e5 Merge pull request #301419 from mjbvz/dev/mjbvz/near-octopus
Use markdownDescription for theme properties
2026-03-20 08:52:36 -07:00
Matt Bierner
b6e7b33bca Merge branch 'main' into dev/mjbvz/near-octopus 2026-03-20 08:38:23 -07:00
Berke Batmaz
4743b9431b fix(git): correctly pluralise line_length input validation (#301071)
Correctly pluralise line_length git diagnostic
2026-03-20 15:33:55 +00:00
Ladislau Szomoru
3a3a936a19 Sessions - add new context keys for ahead/behind (#303520) 2026-03-20 15:32:08 +00:00
Lee Murray
c8fda5b0f6 Sessions: Add session count display to agent session sections (#303514)
Add session count display to agent session sections

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
2026-03-20 14:58:27 +00:00
Lee Murray
d5a7770451 Sessions: Enhance auxiliary bar widget functionality and styling (#303510)
* Enhance auxiliary bar widget functionality and styling

- Update CollapsedAuxiliaryBarWidget to always be visible and act as a toggle for the auxiliary bar.
- Improve layout and interaction by adding a button for session changes.
- Adjust CSS for the auxiliary bar widget and titlebar layout actions for better visibility and animation.
- Refactor related components to ensure proper integration and state management.

* Add context key and views service stubs for SessionsTerminalContribution tests

---------

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
2026-03-20 14:57:34 +00:00
Johannes Rieken
a2fa4ea3ef Merge pull request #297684 from microsoft/copilot/update-tool-descriptions-languages
Fix rename/usages tools: skip registration when no providers exist, show language names in UI
2026-03-20 15:55:21 +01:00
dependabot[bot]
702949b935 Bump fast-xml-parser from 5.5.6 to 5.5.7 in /build (#303324)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.5.6 to 5.5.7.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.5.6...v5.5.7)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.5.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 07:54:37 -07:00
Johannes Rieken
d05f2f2953 inlineChat: shared history service with persistence (#303471) 2026-03-20 14:51:18 +00:00
Johannes Rieken
f0a991b709 Merge pull request #303476 from microsoft/joh/inline-chat-stepped-resize
inlineChat: use stepped resize for input widget width
2026-03-20 15:40:45 +01:00
Johannes Rieken
dd7c043bd3 Merge pull request #303473 from microsoft/copilot/add-option-to-disable-auto-jump
Add `chat.editing.revealNextChangeOnResolve` setting to control auto-jump after keep/undo
2026-03-20 15:36:57 +01:00
Benjamin Christopher Simmonds
4d4d448037 Merge pull request #303511 from microsoft/benibenj/presidential-ox
Multi-select adoption for compressed tree
2026-03-20 15:36:11 +01:00
Courtney Webster
8550c406f7 Merge branch 'main' into meerkat 2026-03-20 09:23:45 -05:00
Johannes Rieken
0be9de214b Merge branch 'main' into joh/inline-chat-stepped-resize 2026-03-20 15:13:40 +01:00
Johannes Rieken
d3669e4f63 Merge branch 'main' into copilot/update-tool-descriptions-languages 2026-03-20 15:13:27 +01:00
BeniBenj
490922dd0d multi select adoption for compressed tree 2026-03-20 15:04:15 +01:00
Isidor Nikolic
8a041c115b Merge pull request #298304 from microsoft/isidorn/final-parrotfish
fixes vscode-internalbacklog#6911
2026-03-20 15:03:53 +01:00
Isidor Nikolic
b63b483917 Merge branch 'main' into isidorn/final-parrotfish 2026-03-20 14:48:42 +01:00
kno
e084e0729b Fix SCM count badge to use visible repositories (#300796)
Use `scmViewService.visibleRepositories` instead of filtering
`scmService.repositories` manually. This ensures the count badge
respects repository visibility and reacts to visibility changes
via `onDidChangeVisibleRepositories`.

Co-authored-by: aruizdesamaniego-sh <aruizdesamaniego@stubhubinternational.com>
2026-03-20 14:33:39 +01:00
Ladislau Szomoru
17f2de9b29 Sessions - fix code review toolbar contribution (#303464) 2026-03-20 12:18:35 +00:00
copilot-swe-agent[bot]
7846f89729 rename setting to chat.editing.revealNextChangeOnResolve
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/2c5ccc2a-643b-41eb-b392-860c442cc78c
2026-03-20 12:00:42 +00:00
Johannes Rieken
f0524cc066 Merge pull request #303454 from microsoft/joh/marker-hover-menu-actions
editor hover: add MenuId for marker hover status bar actions
2026-03-20 12:44:47 +01:00
Johannes
f1347904ad inlineChat: use stepped resize for input widget width
Resize the inline chat input widget width in discrete steps
(minWidth -> midWidth -> maxWidth) using the golden ratio instead
of continuously growing with content. This reduces visual jitter
by snapping to only three predefined sizes.
2026-03-20 12:40:17 +01:00
copilot-swe-agent[bot]
8e050e3e0e feat: add chat.editing.autoNavigation setting to control auto-jump after keep/undo
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/093ee54e-8c45-4887-8f91-d4381f832d9f
2026-03-20 11:29:17 +00:00
Christof Marti
b5b6be62d7 Avoid getting redacted due to keyword matches (#287739) 2026-03-20 11:28:58 +00:00
Ladislau Szomoru
b4317ecbaf Sessions - add commit skill and adopt it in the pull requestion creation instructions (#303443)
* Sessions - add commit skill and adopt it in the pull requestion creation instructions

* Pull request feedback
2026-03-20 12:23:27 +01:00
Johannes Rieken
54cd946ffc Merge branch 'main' into joh/marker-hover-menu-actions 2026-03-20 12:22:18 +01:00
copilot-swe-agent[bot]
bf939eec57 Initial plan 2026-03-20 11:22:05 +00:00
Benjamin Christopher Simmonds
deca02023f Fix CI status widget header label vertical alignment (#303455)
* fix: enhance title styling in CI Status Widget for better alignment

* fix: set monaco-icon-label height to 18px in CI status widget title

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-20 11:46:00 +01:00
Martin Aeschlimann
3f9004083b Support for nested subagents (#302944)
* Support for nested subagents

* Potential fix for pull request finding

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

* update

* update

* Potential fix for pull request finding

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

* Potential fix for pull request finding

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

* Potential fix for pull request finding

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

* rename setting to 'chat.subagents.maxDepth'

* fix test

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-20 11:45:12 +01:00
Johannes Rieken
4c9386b97d Merge pull request #303427 from microsoft/copilot/fix-inline-chat-history-navigation
Inline chat v3: add history navigation on arrow up/down
2026-03-20 11:37:25 +01:00
Benjamin Christopher Simmonds
74054b851c Submit active session feedback action and CI check improvements (#303336)
submit and ci check primary actions
2026-03-20 11:15:22 +01:00
Nick Trogh
582873ecf0 Add support for exporting default keybindings (#299026)
* feat(keybindings): add support for exporting default keybindings for all platforms

* Refactor code and rename command

* Update src/vs/workbench/services/keybinding/browser/keybindingService.ts

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

* Make export only available for Insiders

* Refactor code to avoid loading in web

* Refactor for minimal impact

* Fix eslint warning

* Remove console.log

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 11:06:31 +01:00
Robo
4b258535ff fix: skip file and folder uris for sessions app (#303432) 2026-03-20 19:01:58 +09:00
Martin Aeschlimann
90c1fec29f skills: do not filter skills with missing name/description (#303173)
* skills: do not filter skills with missing name/description

* Potential fix for pull request finding

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

* Potential fix for pull request finding

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

* update

* update

* update

* update

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-20 09:59:46 +00:00
Johannes
c39fcb016c marker hover: add MenuId for status bar actions and register Fix action 2026-03-20 10:54:29 +01:00
Benjamin Pasero
687da2d348 Restructure agent sessions filter menu with sort and group radios (#303399)
* feat - add sorting functionality for agent sessions

* style - update titles for sorting and grouping actions

* style - update sorting and grouping action titles

* style - update reset filter action title

* tests - add groupAgentSessionsByDate sortBy tests

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

* fix - use lastRequestEnded for sort-by-updated

The 'Sort by Updated Date' option now uses lastRequestEnded (the last
response time) instead of lastRequestStarted, matching the signal the
model uses for read-state tracking. This applies to both sorting order
and date group bucketing.

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

* fix - show updated date in session description row

When sorting by updated date, the time label in each session's
description row now reflects lastRequestEnded instead of created,
keeping the displayed date consistent with the sort order.

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

* ccr

* .

* .

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-20 09:22:20 +00:00
Martin Aeschlimann
1cc94a1ec4 chat customizations: new grouping for instructions (#303335)
* chat customizations: new grouping for instructions

* fix import

* Update src/vs/workbench/test/browser/componentFixtures/aiCustomizationListWidget.fixture.ts

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

* Update src/vs/workbench/test/browser/componentFixtures/aiCustomizationListWidget.fixture.ts

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

* Update src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationListWidget.ts

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

* fix

* update

* update

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-20 10:14:47 +01:00
copilot-swe-agent[bot]
c49415cf1f Add history navigation (arrow up/down) to inline chat v3 input widget
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/f58ffb33-62c1-4de4-866d-cdf17e6d849b
2026-03-20 09:12:32 +00:00
Ladislau Szomoru
a7b748aa73 Sessions - fix regression with persisting view mode (#303404)
Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com>
2026-03-20 09:10:13 +00:00
copilot-swe-agent[bot]
00fdd06d8a Initial plan 2026-03-20 09:04:25 +00:00
Johannes Rieken
04586b852a Merge pull request #303413 from microsoft/revert-303319-sandy081/existing-quokka
Revert "Revert "chore - Add telemetry logging for chat editing session store and restore events (#303225)""
2026-03-20 09:35:31 +01:00
Robo
31ed44d62d fix: support protocol handling for sessions app on windows (#303398)
* fix: support protocol handling for sessions app on windows

* chore: always use HKCU for protocol registration
2026-03-20 08:33:22 +00:00
Johannes
2fc003844a fix editSessionId 2026-03-20 09:15:35 +01:00
Johannes Rieken
aa152e6756 Revert "Revert "chore - Add telemetry logging for chat editing session store …"
This reverts commit 36c908a37b.
2026-03-20 09:08:32 +01:00
Don Jayamanne
0b90e94168 Disable terminal sandboxing for confirmation prompts (#301940)
* Disable terminal sandboxing for confirmation prompts

* Potential fix for pull request finding

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

* Simpler

* Revert

* Rename with comments

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-19 21:56:03 -07:00
dileepyavan
42986aaffd Restore sandbox lock message for background commands (#303381)
Restore sandbox lock message for background commands.
2026-03-20 14:35:59 +11:00