File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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? )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments