Files
vscode-template-file-generator/package.nls.json

9 lines
594 B
JSON
Raw Normal View History

{
"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"
}