Skip to content

2026-01-27 - 16:40Z

Commit: 07483ce · Previous: e7a06c8 · Compare: GitHub Version: 1.109.0-insider · Branch: main · Upstream: microsoft/vscode

✨ NEW

  • #290733 Allow opening chat mermaid diagrams in a full sized editor

    Added ability to open Mermaid diagrams from chat in a full-sized editor with better pan/zoom controls, enhancing diagram viewing and editing experience.

🐛 FIXES

  • #290660 Restore chat input correctly when having a delegate

    Fixed chat input restore logic so input state initializes correctly when a delegate with a pre-selected session provider is present, improving chat session continuity for users.

  • #290867 Background - fix working set file diff

    Fixed issue showing empty diffs for modified files in background chat sessions by correcting file reference mapping and deletion flags, ensuring accurate diff views for users.

  • #290836 Git - fix open repository command

    Fixed Git open repository command so it opens the intended repository properly, even if it is nested, improving Git integration usability.

  • #290772 fix #290611

    Fixed "Add Models" button initialization to enable it correctly based on entitlement, allowing users to add new language models as expected.

  • #290460 Disable bg=true update parameter for Visual-Studio-Code organization accounts

    Disabled background update checks for users in the Visual-Studio-Code organization to prevent progressive releases, improving update behavior consistency on Electron platforms.

  • #290770 fix #290716

    Fixed crash on Windows update caused by uninitialized profile data by validating and filtering invalid profiles earlier, increasing update reliability.

  • #290646 Ignore errors when trying to clean up server logs

    Added error handling to server log cleanup to skip missing log directories, preventing errors during server log maintenance in sanity tests.

  • #290709 Chat references show literal "Unknown variable type"

    Improved error message for unknown variable types in chat references by including variable names, aiding debugging and clarity.

  • #290707 Git - fix bug causing multiple resource trust dialogs when worktrees are present

    Fixed multiple resource trust dialogs when opening repositories with worktrees by using the common git directory for trust checks, reducing redundant prompts.

🔨 REFACTORS

  • #290665 Refactor chat input delegate initialization to remove redundancy

    Removed redundant code and standardized condition checks in chat input delegate initialization, cleaning up chat input restoration logic with no user-visible changes.

⬆️ UPGRADES

  • #290849 @xterm/xterm@6.1.0-beta.109

    Updated terminal-related dependencies to beta versions supporting new keyboard protocols, improving terminal features and reliability for users running integrated terminals.