RobertMeh
Results
1
comments of
RobertMeh
I had the same problem and solved it with help of: [stackoverflow how-to-launch-64-bit-powershell-from-32-bit](https://stackoverflow.com/questions/19055924/how-to-launch-64-bit-powershell-from-32-bit-cmd-exe/19056011#19056011) In your commands.json replace `"powershell.exe"` with `"C:\\Windows\\SysNative\\WindowsPowerShell\\v1.0\\powershell.exe"` that's all