Visual Studio Code 1.128 发布

发布于

Visual Studio Code 1.128 现已[发布](https://code.visualstudio.com/updates/v1_128)。此版本带来了更丰富的 multi-chat agent 会话、聊天中普遍可用的 image 支持以及操作系统级别的键盘快捷键。

- [Multi-chat agent sessions](https://code.visualstudio.com/updates/v1_128#_multiple-chats-in-a-session-now-supports-claude-harness):在一个 Claude 会话中同时运行多个相关聊天,以便比较不同方法并并行处理工作。

![image](http://pic.zhso.org/2026/07/09/a0a2fcbfe3ef.gif)

- [快速聊天](https://code.visualstudio.com/updates/v1_128#_chat-without-a-selected-workspace-in-the-agents-window):无需先打开工作区,即可在 Agents 窗口中提问。

![image](http://pic.zhso.org/2026/07/09/cf5788d77126.gif)

- [Copilot Vision](https://code.visualstudio.com/updates/v1_128#_copilot-vision-is-now-generally-available):通过粘贴、拖拽或拖放将图片和 PDF 文件附加到聊天中,该功能现已全面推出。
- [浏览器标签页位置](https://code.visualstudio.com/updates/v1_128#_configurable-placement-of-integrated-browser-tabs):选择集成浏览器标签页的打开位置:活动组、专用侧边栏组或单独的窗口。
- [操作系统级键盘快捷键](https://code.visualstudio.com/updates/v1_128#_os-level-keyboard-shortcuts):使用即使在 VS Code 未获得 focus 时也能工作的快捷键触发 VS Code 命令。

{
"key": "cmd+shift+a",
"command": "workbench.action.openAgentsWindow",
"systemWide": true
}

更多详情可查看:[https://code.visualstudio.com/updates/v1_128](https://code.visualstudio.com/updates/v1_128)

---

原文链接:[点击查看](https://www.oschina.net/news/471575/vs-code-1-128-released)

评论

暂无评论。