feat: Template Forge 1.0.0
- генерация файлов и папок из шаблонов с подстановкой переменных - каскадный поиск .templates вверх по дереву каталогов - подсветка синтаксиса и автодополнение переменных в шаблонах - webview и inputBox режимы ввода переменных - локализация ru/en - ядро генерации через @gromlab/create - Gitea Actions CI для автопубликации
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"mytemplategenerator.createFromTemplate.title": "Create from template...",
|
||||
"mytemplategenerator.configure.title": "Configure myTemplateGenerator...",
|
||||
"mytemplategenerator.config.templatesPath.description": "Path to the templates folder (relative to the project root)",
|
||||
"mytemplategenerator.config.overwriteFiles.description": "Overwrite existing files when generating from template",
|
||||
"mytemplategenerator.config.inputMode.description": "Variable input mode: webview or inputBox",
|
||||
"mytemplategenerator.config.language.description": "Extension interface language"
|
||||
}
|
||||
"templateforge.createFromTemplate.title": "Create from template...",
|
||||
"templateforge.configure.title": "Configure Template Forge...",
|
||||
"templateforge.config.templatesPath.description": "Path to the templates folder (relative to the project root)",
|
||||
"templateforge.config.overwriteFiles.description": "Overwrite existing files when generating from template",
|
||||
"templateforge.config.inputMode.description": "Variable input mode: webview or inputBox",
|
||||
"templateforge.config.language.description": "Extension interface language"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user