Error when attempting to create from template without actually selecting a template
Closed this issue · 1 comments
nguyenduyh33 commented
Repro steps:
- Click "new file from template"
- Bypass template selection by clicking outside of the selection field
- Enter something in for the name field
Resulting error:
ENOENT: no such file or directory
nguyenduyh33 commented
This issue is no longer reproducible now with ignoreFocusOut set to true. This makes it so clicking outside of showQuickPick keeps the picker open. If we would prefer to have clicking outside to cancel, then setting the option to false combined with the enhancement for issue #11 will allow for that.