# code-agent **Repository Path**: da9527/code-agent ## Basic Information - **Project Name**: code-agent - **Description**: vscode插件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-20 - **Last Updated**: 2025-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # code-agent README ## 踩坑记录 调试时报错`$esbuild-watch`未定义,解决办法:安装插件`esbuild Problem Matchers` ## react前端安装依赖 用`react-use`的`useEvent`监听后端传递给前端的信息 用`@types/vscode-webview`来调用`vscode`的api发送信息给后端 ``` pnpm --filter agent-webview add react-use pnpm --filter agent-webview add @types/vscode-webview ```