- генерация файлов и папок из шаблонов с подстановкой переменных - каскадный поиск .templates вверх по дереву каталогов - подсветка синтаксиса и автодополнение переменных в шаблонах - webview и inputBox режимы ввода переменных - локализация ru/en - ядро генерации через @gromlab/create - Gitea Actions CI для автопубликации
9 lines
538 B
JSON
9 lines
538 B
JSON
{
|
|
"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"
|
|
}
|