惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
小众软件
小众软件
博客园 - 叶小钗
宝玉的分享
宝玉的分享
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
B
Blog RSS Feed
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
U
Unit 42
F
Fortinet All Blogs
IT之家
IT之家
Y
Y Combinator Blog
Martin Fowler
Martin Fowler
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
Stack Overflow Blog
Stack Overflow Blog
Blog — PlanetScale
Blog — PlanetScale
酷 壳 – CoolShell
酷 壳 – CoolShell

Visual Studio Code - Code Editing. Redefined.

Visual Studio Code 1.139 (Insiders) Building the new GitHub Copilot Inline Suggestions Model: Part One Visual Studio Code 1.138 (Insiders) Visual Studio Code 1.137 (Insiders) Visual Studio Code 1.136 (Insiders) Introducing the Agent Host for persistent, portable agent sessions Visual Studio Code 1.135 (Insiders) Visual Studio Code 1.134 (Insiders) Visual Studio Code 1.133 (Insiders) MAI-Code-1-Flash: early results from real developer workflows Visual Studio Code 1.130 (Insiders) Visual Studio Code 1.131 (Insiders) Visual Studio Code 1.129 (Insiders) How Prompt Tuning Improved GPT-5.5 in VS Code Visual Studio Code 1.127 Visual Studio Code 1.128 Iterating faster with TypeScript 7 Visual Studio Code 1.126 What 50,000 Runs of a 5-Line Eval Taught Us Use your own language model key in VS Code Improving token efficiency for GitHub Copilot in VS Code December 2025 (version 1.108) November 2025 (version 1.107) October 2025 (version 1.106) September 2025 (version 1.105) August 2025 (version 1.104) July 2025 (version 1.103) June 2025 (version 1.102) May 2025 (version 1.101) April 2025 (version 1.100)
Visual Studio Code 1.132 (Insiders)
Microsoft · 2026-07-30 · via Visual Studio Code - Code Editing. Redefined.

Follow us on LinkedIn, X, Bluesky | Follow Insiders Changelog on X or Bluesky


Last updated: July 29, 2026

Welcome to the 1.132 Insiders release of Visual Studio Code.

These release notes cover the Insiders build of VS Code and continue to evolve as new features are added.

You can still track our progress in the Commit log and our list of Closed issues.

Happy Coding!


July 29, 2026

  • Add support for showing ~ instead of the full home directory path in terminal tab titles that use the ${cwd} variable, reducing visual noise for paths nested under your home directory. #274200
  • Add support for the --enable-proposed-api flag when running code serve-web, so extensions that declare enabledApiProposals in their package.json activate correctly in the browser, matching the existing desktop behavior. #228781
  • Add support for removing only the innermost manual folding range at the cursor position with the Remove Manual Folding Ranges command, instead of removing every manual range that intersects the cursor. #212599

July 28, 2026

  • Add support for customizing Dictation and Voice Mode with dictation.md and voice.md files, stored in your user profile (~/.copilot/dictation.md, ~/.copilot/voice.md) or in a trusted workspace's .github folder. #327334
  • Add support for copying code blocks in the Markdown preview with a hover-triggered copy button on each fenced code block. #322269

July 27, 2026

  • Add support for combining multiple attachments of the same browser element into a single item, including both its text content and screenshot. #327733
  • Add Save and Save As to the editor tab context menu, so you can save a dirty file directly from its tab without opening the Explorer or File menu. #327504

July 24, 2026

  • Fix an issue where canceling dictation while the speech-to-text model was still downloading or loading had no effect, leaving you stuck waiting for the download to finish. #327292

We really appreciate people trying our new features as soon as they are ready, so check back here often and learn what's new.