Update myTemplateGenerator to version 0.0.5. Introduced new configuration options, added support for additional case modifiers using the change-case-all package, and improved the webview for template selection and variable input. Updated package.json and package-lock.json accordingly. Added localization support for configuration settings and enhanced README with usage instructions.

This commit is contained in:
S.Gromov
2025-07-14 23:37:01 +03:00
parent 210ff6ca57
commit a98b1a0464
16 changed files with 1145 additions and 1240 deletions

View File

@@ -2,7 +2,7 @@
"name": "mytemplategenerator",
"displayName": "myTemplateGenerator",
"description": "Generate files and folders from customizable templates with variable substitution in VSCode.",
"version": "0.0.4",
"version": "0.0.5",
"publisher": "MyTemplateGenerator",
"author": "Sergey Gromov",
"icon": "logo.png",
@@ -82,6 +82,8 @@
"webpack-cli": "^6.0.1"
},
"dependencies": {
"change-case": "^5.4.4",
"change-case-all": "^2.1.0",
"handlebars": "^4.7.8"
}
}