Skip to content

2026-02-02 - 08:44Z

Commit: f3d99de · Previous: ea08404 · Compare: GitHub Version: 1.109.0-insider · Branch: main · Upstream: microsoft/vscode

Installers

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

✨ NEW

  • #292253 Git - add the ability to disable commit signing (#291822)

    Added an option to disable commit signing in Git, giving users more control over their commits when signing is not needed or desired.

  • #291843 Provide completions when Copilot extension is not installed

    Enabled code completions even when the Copilot extension is not installed, helping users get suggestions without extra setup.

🐛 FIXES

  • #292077 Better wording for Claude agent description

    Improved the wording of the Claude agent description for clearer communication to users.

  • #291984 fix terminal output position

    Fixed terminal output so text appears in the correct position after clearing, improving terminal usability.

  • #291978 fix cursor being clipped in embedded terminal

    Resolved an issue where the cursor was cut off in the embedded terminal, enhancing the terminal's visual experience.

  • #291977 Lower data event threshold for showing output (#291929)

    Lowered the data event threshold so commands like 'npm i' output is shown properly without manual expansion.

  • #291956 tools: fix tools in toolsets not disabling on `when` clause

    Fixed tools in toolsets not disabling based on conditions, ensuring tools appear enabled only when appropriate.

  • #291925 The 'excludeAgent' attribute must be an array

    Corrected the 'excludeAgent' attribute to require an array, preventing errors in agent configuration.

  • #291908 Replace `infer` with `disable-model-invocation` and `user-invokable`

    Replaced 'infer' attribute with clearer 'disable-model-invocation' and 'user-invokable' flags to improve configuration clarity.

  • #291919 release: targetted fix for agent status widget with multiple windows open

    Fixed a bug with the agent status widget showing incorrect states when multiple windows are open.

  • #291854 Gate Agent Sessions Welcome page on ChatContextKeys.enabled

    Gated the Agent Sessions Welcome page so it only appears when chat features are enabled for better user context.

  • #291894 fix #290501 (#291876)

    Fixed an unspecified issue referenced by #290501; improves overall stability or functionality.

  • #291886 fix #291851 (#291862)

    Fixed the issue described in #291851 to resolve reported bugs improving user experience.

🔨 REFACTORS

  • #291859 Update secondary button styles for improved visibility and consistency

    Updated secondary button styles for better visibility and consistent appearance across themes.

⬆️ UPGRADES

  • #291920 update distro

    Updated the Linux distribution used, ensuring compatibility and access to latest packages and fixes.

  • #291888 update distro

    Updated the Linux distribution with newer versions for improved performance and security.