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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
L
LINUX DO - 最新话题
N
News and Events Feed by Topic
Forbes - Security
Forbes - Security
S
Security Affairs
Webroot Blog
Webroot Blog
S
Secure Thoughts
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
CERT Recently Published Vulnerability Notes
T
Tenable Blog
The Last Watchdog
The Last Watchdog
H
Hacker News: Front Page
C
Cyber Attacks, Cyber Crime and Cyber Security
L
Lohrmann on Cybersecurity
Attack and Defense Labs
Attack and Defense Labs
N
News | PayPal Newsroom
P
Privacy International News Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
C
Cisco Blogs
SecWiki News
SecWiki News
T
Troy Hunt's Blog
Simon Willison's Weblog
Simon Willison's Weblog
Latest news
Latest news
G
GRAHAM CLULEY
Cloudbric
Cloudbric
S
Securelist
N
News and Events Feed by Topic
The Hacker News
The Hacker News
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
T
Threat Research - Cisco Blogs
PCI Perspectives
PCI Perspectives
Project Zero
Project Zero
V
V2EX - 技术
K
Kaspersky official blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
V
Vulnerabilities – Threatpost
AWS News Blog
AWS News Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
Recent Commits to openclaw:main
Recent Commits to openclaw:main
TaoSecurity Blog
TaoSecurity Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
T
The Exploit Database - CXSecurity.com
S
Security @ Cisco Blogs
A
Arctic Wolf
F
Full Disclosure
T
The Blog of Author Tim Ferriss

Visual Studio Code - Code Editing. Redefined.

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) March 2025 (version 1.99) Visual Studio Code 1.114 Visual Studio Code 1.116 Making agents practical for real-world development Visual Studio Code 1.111 How VS Code Builds with AI January 2026 (version 1.109) Visual Studio Code 1.113 Visual Studio Code 1.112 Visual Studio Code 1.115 Your Home for Multi-Agent Development Giving Agents a Visual Voice: MCP Apps Support in VS Code Building docfind: Fast Client-Side Search with Rust and WebAssembly Introducing the VS Code Insiders Podcast Introducing the Visual Studio Code Private Marketplace: Your Team's Secure, Curated Extension Hub 🎉 Open Source AI Editor: Second Milestone A Unified Experience for all Coding Agents Expanding Model Choice in VS Code with Bring Your Own Key Introducing auto model selection (preview) Command GitHub's Coding Agent from VS Code Open Source AI Editor: First Milestone The Complete MCP Experience: Full Specification Support in VS Code VS Code: Open Source AI Editor Beyond the tools, adding MCP in VS Code Context is all you need: Better AI results with custom instructions February 2026 (version 1.110) Enhance productivity with AI + Remote Dev Visual Studio Code 1.117 Visual Studio Code 1.118 Visual Studio Code 1.119 Visual Studio Code 1.120 The Coding Harness Behind GitHub Copilot in VS Code Visual Studio Code 1.122 Visual Studio Code 1.123 Building Long-Distance Next Edit Suggestions Visual Studio Code 1.125 Visual Studio Code 1.121
Visual Studio Code 1.124
Microsoft · 2021-11-03 · via Visual Studio Code - Code Editing. Redefined.
AI 总结
  1. Agent窗口的聊天输入历史范围限定在当前会话。在Agents窗口中按下Up或Down键浏览历史时,仅显示同一会话内提交过的prompts,不再混入其他会话的内容。该改进避免跨会话干扰,提升多任务处理时的操作清晰度。(相关Issues: #319341)

  2. Multi-chat支持本地会话,并新增后台发送功能——在Agents窗口中按Alt+Enter或Alt+单击Send即可启动新会话而不立即跳转,允许用户连续输入下一条消息。同时引入会话网格键盘导航与批量关闭:使用Ctrl+1~9按位置聚焦会话,Ctrl+K Ctrl+W一键关闭所有会话,大幅提升操作效率。(相关Issues: #319602, #319598, #319596)

  3. 折叠标记正则表达式新增flags支持。现在language-configuration.json中的folding markers模式除了使用字符串外,还可采用{ pattern, flags }对象形式,开启如大小写不敏感等正则flag,使得折叠标记匹配更灵活。该功能扩展了语言配置的定制能力。(相关Issues: #72989)

Learn what is new in Visual Studio Code 1.124 Read the full article