vscode-file-templates-ext
vscode-file-templates-ext copied to clipboard
Bug fix - cannot create new template file with another name
Fix 2 errors in New Template from File command:
- Pressing esc in prompt file name should do nothing now
- Whatever you type in the new template file name prompt, it uses the original file name
Just see that the pull request somehow reverted the fix in issue #4.
I use Windows 8.1. Error 2 I mentioned above occurs since it never uses the value from input and uses the original file name instead.
Any thoughts about it? Or do I need to show some console.log() here for you to fix it?