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

推荐订阅源

爱范儿
爱范儿
腾讯CDC
博客园 - 司徒正美
A
About on SuperTechFans
H
Help Net Security
J
Java Code Geeks
C
Check Point Blog
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
MyScale Blog
MyScale Blog
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
博客园 - 【当耐特】
雷峰网
雷峰网

Visual Studio Code

[VSCode] 多根工作区怎么对单独的文件夹设置排除? - V2EX VSCode 没有好用的 Git Log 插件,自己 Vibe 了一个 - V2EX 请教 codex vscode 插件升级后 经常 Codex could not start - V2EX 求一点 动漫二次元风格的壁纸,适合 ide 的,大部分是纯色,右下角有人物的这种。 - V2EX vscode 上的 codex 插件出 bug 了 vscode 迎来 1.129 新版本, UI 现代化重做 vscode 这个配置好啊,终于可以知道每个 index.vue 文件是哪个了 Code Runner for VS Code 发布十周年了,下载量突破 8000 万 VS Code Copilot 使用本地模型报错: Sorry, no response was returned. VSCode 的 Continue.dev 插件 已停止维护,被 Cursor 收购, 7 月 15 日前导出数据 一怒之下,禁掉了 Ruff vscode 侧栏图标在 ssh 时部分不显示 使用 Natizyskunk SFTP 最近碰到了问题 isDate is not a function 错误,用 AI 修复了下 Copilot 插件和 VSCode 更新后不显示 IntelliSense 解决方案 1.222.1,这个版本的 vscode 开始丝滑了: windows 下远程 ssh 进行 web-js 的开发, vscode 能够配置 codex chat 的 web agent 么? VSCode 1.122.0 可以离线使用 BYOK vs code claude code 插件 在 ssh 服务器端启动的 是否能在需要用户操作时给一个提示音? vscode 最新版本更新了 Agent window,看界面挺好,但是只支持 copilot 和 claude 订阅,不支持第三方 CLI 有了 Vibe Coding, 第一次发现 vscode tunnel 模式这么有用 VSCode 在 venv 环境下格式化 Python 代码的正确方式是什么 更新 VS Code 后顶栏冒出了一个醒目的 Sign In 按钮 公司有内网部署的 glm 但是只提供 codebuddy 插件 虚拟机内的 VS Code Server 怎么加速更新 vscode 中 codex 插件加载不出来的问题 有没有办法在 vscode 中的 ai 插件对话中做标注? vscode 插件 codex,一写代码 mac 风扇转个不停怎么解? RestfulToolkit - 让 REST API 搜索更高效! 🚀 不开代理的增强模式,如何在 vscode 中愉快的使用 Claude Code 插件? 我要看看 antigravitiy 这个远程主机名错乱的 bug 要坚持多久
VS Code ACP Client 扩展:连上 Claude, Gemini, Codex, Open...
formulahendry · 2026-02-09 · via Visual Studio Code

前段时间,我用 Tauri 写了个跨平台的 ACP UI ,支持 Windows ,macOS (ARM/Intel) 和 Linux (x64/ARM64):

https://github.com/formulahendry/acp-ui

根据 ACP 的协议,推荐 ACP Client 最好要实现 Terminals 和 File System 的 API 。

我就在想,Terminals 和 File System 肯定是 VS Code 的强项啊!而且 VS Code 也 expose 了相关的 extension API 。特别是 Terminals API ,目前 ACP UI 还没支持,如果能站在巨人的肩膀上,那就很香啦~

于是,这周末,我又写了 VS Code 的 ACP Client extension:

https://marketplace.visualstudio.com/items?itemName=formulahendry.acp-client

基本的核心功能都有:

  • Multi-Agent Support
  • Single-Agent Focus
  • Interactive Chat
  • Mode & Model Picker
  • File System Integration
  • Terminal Execution
  • Permission Management
  • Protocol Traffic Logging

默认支持连接 GitHub Copilot 、Claude Code 、Gemini CLI 、Qwen Code 、OpenCode 、Codex CLI 、Qoder CLI 和 Auggie CLI 。当然也可以另外配置。

代码也完全开源:

https://github.com/formulahendry/vscode-acp

欢迎围观交流~