Skip to content

2026-02-18 - 12:28Z

Commit: 3755352 · Previous: e67a6f8 · Compare: GitHub Version: 1.110.0-insider · Branch: main · Upstream: microsoft/vscode

🐛 FIXES

  • #295995 Support dismissing modal overlays by clicking outside (fix #295893)

    Fixed modal overlays so clicking outside them closes the modal instead of refocusing it, improving the user experience by matching common dismissal behavior.

  • #295996 Fix quick dispose/reregister of tree view

    Fixed a race condition when quickly disposing and re-registering a tree view to prevent incorrect disposal of the new view, ensuring stable tree view behavior.

  • #295992 sessions - show count for all groups (fix #291606)

    Updated session viewer to show counts for all session groups consistently, making it easier to see how many sessions are in each category.

  • #295984 sessions - use activeSessionService for opening from picker

    Improved session picker in the Agent Sessions window to open sessions using the active session service for better session tracking and management.

  • #295980 sessions - retire `chat.agentsControl.clickBehavior: focus`

    Removed the deprecated 'focus' option from click behavior settings in the chat agents control, simplifying configuration to supported options only.

  • #295988 sessions - fix part layout assumptions

    Fixed session window layout by removing hardcoded values and using theme-based styles, improving visual consistency and reliability of the interface.

  • #295975 sessions - retire `chat.agentsControl.clickBehavior: focus`

    Removed the default override and handling of the deprecated 'focus' click behavior in the chat agents control to keep settings clean and consistent.

  • #295967 Potential fix for https://github.com/microsoft/vscode/issues/295379

    Applied a potential fix for a reported issue (295379), though the specific change details are unclear from the context.

  • #295898 Fix instructions reading in WSL

    Fixed path handling in WSL to correctly use Linux-style paths for remote environments, resolving issues with instruction file reading under WSL.

  • #295927 fix: crash with run_as_node in sub app

    Updated Electron build configuration to address a crash related to using 'run_as_node' in a sub application, improving stability.

  • #295923 Fix some jumping on scrolling up

    Fixed scroll jumping in chat where math content loads late by rendering markdown immediately and re-rendering after math support loads, stabilizing scrolling behavior.

🔨 REFACTORS

  • #295971 chore - comment out session exclusion in settings

    Commented out a session exclusion setting in the configuration, likely for cleanup or future reconsideration; no direct user impact.

  • #295936 perf: defer expensive repo diff capture to export time

    Improved performance by capturing lightweight repository metadata on first message and deferring expensive diff computations until chat export, reducing immediate overhead.

⬆️ UPGRADES

  • #295701 Enable kitty graphics protocol, bump xterm.js

    Upgraded xterm.js and addons to add support for the Kitty graphics protocol, enabling better image rendering in the integrated terminal.

Token usage - 4993 Out: 511

Installers

Official download links for the current VS Code Insiders build (may be newer than the build described above):