``` - VSCode Version: 1.13.0 - OS Version: Windows 10 Pro v1703 (OS Build 15063.332) ``` Steps to Reproduce: 1. Create a new file and run a command using childProcess.exec() 2. The script runs fine when I run the script through integrated terminal (`node myfile.js`) 3. The script fails with an error `Error: spawn C:\Windows\system32\cmd.exe ENOENT` when running through the debugger. http://i.imgur.com/YMXIY7l.png
Steps to Reproduce:
node myfile.js)Error: spawn C:\Windows\system32\cmd.exe ENOENTwhen running through the debugger.http://i.imgur.com/YMXIY7l.png