On a windows machine I get this error
\'touch\' is not recognized as an internal or external command, operable program or batch file.
From the Terminal of Visual Code Studio on Windows 10, this is what worked for me to create a new file:
type > hello.js echo > orange.js ni > peach.js