1 parent f668b42 commit 665fe9cCopy full SHA for 665fe9c
2 files changed
extension/esbuild.js
@@ -15,7 +15,7 @@ esbuild.build({
15
}).then(() => {
16
// 自动同步到所有已安装的 IDE 扩展目录(开发便利)
17
const home = process.env.USERPROFILE || "";
18
- const extName = "testpilot-ai.testpilot-ai-1.2.8";
+ const extName = "testpilot-ai.testpilot-ai-1.2.9";
19
const ideDirs = [
20
path.join(home, ".vscode", "extensions", extName),
21
path.join(home, ".trae", "extensions", extName),
testpilot-ai-1.2.9.vsix
0 Bytes
0 commit comments