refactor: переименовать расширение в templateFileGenerator

- идентификатор расширения переименован с templateForge на templateFileGenerator
- обновлены команды, настройки и конфигурация
- обновлены ссылки на репозиторий
- версия обновлена до 1.0.2
- обновлены локализации (en, ru)
- обновлена документация (README, CHANGELOG)
This commit is contained in:
2026-04-02 22:35:09 +03:00
parent a7ece0b22e
commit ced06e1ca8
10 changed files with 86 additions and 86 deletions

View File

@@ -1,8 +1,8 @@
{
"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"
}
"templateFileGenerator.createFromTemplate.title": "Create from template...",
"templateFileGenerator.configure.title": "Configure Template File Generator...",
"templateFileGenerator.config.templatesPath.description": "Path to the templates folder (relative to the project root)",
"templateFileGenerator.config.overwriteFiles.description": "Overwrite existing files when generating from template",
"templateFileGenerator.config.inputMode.description": "Variable input mode: webview or inputBox",
"templateFileGenerator.config.language.description": "Extension interface language"
}