Have a Windows user account name with a 'space' in it
Delete all the template files on your templates folder (if you have any)
Now try to create a 'New file using template'
Click on the 'Open Templates Folder' button on the VSCode Toast
Window prompt shows up saying can't open "path"
Looks like the formatted win32 command needs to be escaped using quotes for handling spaces in the path. Also when passing in the path as a string to the 'start' command the first arg needs to be the title of the prompt window followed by the path.
Steps to Reproduce:
Looks like the formatted win32 command needs to be escaped using quotes for handling spaces in the path. Also when passing in the path as a string to the 'start' command the first arg needs to be the title of the prompt window followed by the path.