refactor: переименовать расширение в templateFileGenerator
- идентификатор расширения переименован с templateForge на templateFileGenerator - обновлены команды, настройки и конфигурация - обновлены ссылки на репозиторий - версия обновлена до 1.0.2 - обновлены локализации (en, ru) - обновлена документация (README, CHANGELOG)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user