reesemclean/blueprint

Error when attempting to create from template without actually selecting a template

Closed this issue · 1 comments

Repro steps:

  1. Click "new file from template"
  2. Bypass template selection by clicking outside of the selection field
  3. Enter something in for the name field

Resulting error:
ENOENT: no such file or directory

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.