Is your feature request related to a problem? Please describe.
A common usecase with path selection it to create a folder at the same time. For example you go in the src directory and in there you'd want to create a styles directory which does not exist yet. This is not possible currently
Describe the solution you'd like
Allow the user to input a non existent folder inside an existing one. Instead of preventing it entirely, show a confirm prompt to say the folder will be created. Probably behind an option.
Describe alternatives you've considered
Not use path selection.
Additional context
N/A
Is your feature request related to a problem? Please describe.
A common usecase with path selection it to create a folder at the same time. For example you go in the
srcdirectory and in there you'd want to create astylesdirectory which does not exist yet. This is not possible currentlyDescribe the solution you'd like
Allow the user to input a non existent folder inside an existing one. Instead of preventing it entirely, show a confirm prompt to say the folder will be created. Probably behind an option.
Describe alternatives you've considered
Not use path selection.
Additional context
N/A