Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

> 文档不经常更新,新功能使用方法可查看 [releases](https://github.com/lowcoding/lowcode-vscode/releases)

[物料仓库](https://github.com/lowcode-scaffold/lowcode-materials)

## 支持 ChatGPT

![](https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/c30eede4784e4f81a61102c3e85ed06c~tplv-k3u1fbpfcp-zoom-1.image?)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "lowcode",
"description": "lowcode tool, support ChatGPT",
"author": "wjkang <[email protected]>",
"version": "1.7.0",
"version": "1.7.1",
"icon": "asset/icon.png",
"publisher": "wjkang",
"repository": "https://github.com/lowcoding/lowcode-vscode",
Expand Down
1 change: 1 addition & 0 deletions src/webview/controllers/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const runScript = async (
log: getOutputChannel(),
createBlockPath: message.data.createBlockPath,
createChatCompletion: createChatCompletionForScript,
materialPath: message.data.materialPath,
};
const extendModel = await script[message.data.script](context);
return extendModel;
Expand Down