Business · GitHub Blog
Learn more at the VS Code release notes and join the discussion within GitHub Community
Compiled by KHAO Editorial — aggregated from 1 outlet. See llms.txt for citation guidance.
✓ KHAO Verified
VS Code moved to weekly stable releases.
Key facts
- This changelog covers releases v1.111 through v1.115, the releases they shipped throughout March and early April 2026
Summary
Agent permissions: Choose a permission level per session ( Default, Bypass Approvals, or Autopilot ) to control which actions or decisions require manual intevention. Configurable thinking effort: Control how deeply reasoning models (e.g., Claude Sonnet 4.6 and GPT-5.4) think before responding, and do this directly from the model picker. Debug with the integrated browser: Set breakpoints, step through code, and inspect variables in the integrated browser without leaving VS Code. Nested subagents: Subagents can now invoke other subagents ( chat.subagents.allowInvocationsFromSubagents ), enabling complex multi-step workflows and better task decomposition.