Skip to content

Commit

Permalink
Merge pull request #15 from lowcoding/v1.7.4
Browse files Browse the repository at this point in the history
V1.7.4
  • Loading branch information
wjkang authored Jan 9, 2024
2 parents afb65d2 + e7eae90 commit c351d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 <ruoxieme@gmail.com>",
"version": "1.7.3",
"version": "1.7.4",
"icon": "asset/icon.png",
"publisher": "wjkang",
"repository": "https://github.com/lowcoding/lowcode-vscode",
Expand Down
1 change: 1 addition & 0 deletions src/utils/vscodeEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const getEnv = () => ({
materialsPath,
blockMaterialsPath,
snippetMaterialsPath,
privateMaterialsPath: getSyncFolder(),
});

export const checkRootPath = () => {
Expand Down

0 comments on commit c351d96

Please sign in to comment.