Skip to content

Commit 665fe9c

Browse files
committed
fix: esbuild sync path 1.2.8 -> 1.2.9
1 parent f668b42 commit 665fe9c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

extension/esbuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ esbuild.build({
1515
}).then(() => {
1616
// 自动同步到所有已安装的 IDE 扩展目录(开发便利)
1717
const home = process.env.USERPROFILE || "";
18-
const extName = "testpilot-ai.testpilot-ai-1.2.8";
18+
const extName = "testpilot-ai.testpilot-ai-1.2.9";
1919
const ideDirs = [
2020
path.join(home, ".vscode", "extensions", extName),
2121
path.join(home, ".trae", "extensions", extName),

testpilot-ai-1.2.9.vsix

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)