brpaz / vscode-file-templates-ext

Visual Studio code extenstion that allows to quickly create new files based on defined templates.
45 stars 21 forks source link

'Open Templates Folder' doesn't attempt opening correct folder on windows when path has space in it #28

Open var-ram opened 6 years ago

var-ram commented 6 years ago

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.

var-ram commented 6 years ago

Created PR #29