Skip to content

Commit 0dea6b2

Browse files
authored
Merge pull request #12 from lowcoding/v1.7.1
🐞 fix: add materialPath
2 parents 879dcca + 915909c commit 0dea6b2

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
> 文档不经常更新,新功能使用方法可查看 [releases](https://github.com/lowcoding/lowcode-vscode/releases)
1010
11+
[物料仓库](https://github.com/lowcode-scaffold/lowcode-materials)
12+
1113
## 支持 ChatGPT
1214

1315
![](https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/c30eede4784e4f81a61102c3e85ed06c~tplv-k3u1fbpfcp-zoom-1.image?)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "lowcode",
44
"description": "lowcode tool, support ChatGPT",
55
"author": "wjkang <[email protected]>",
6-
"version": "1.7.0",
6+
"version": "1.7.1",
77
"icon": "asset/icon.png",
88
"publisher": "wjkang",
99
"repository": "https://github.com/lowcoding/lowcode-vscode",

src/webview/controllers/script.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const runScript = async (
3333
log: getOutputChannel(),
3434
createBlockPath: message.data.createBlockPath,
3535
createChatCompletion: createChatCompletionForScript,
36+
materialPath: message.data.materialPath,
3637
};
3738
const extendModel = await script[message.data.script](context);
3839
return extendModel;

0 commit comments

Comments
 (0)