I've tried setting shell-file-name to several different things on Windows and nothing has worked. Every command errors out.
Here are several things that haven't worked:
"shell-file-name": "bash" (i do have WSL installed, so "bash" is available globally)
"shell-file-name": "pwsh"
"shell-file-name": "pwsh.exe"
"shell-file-name": "powershell"
Any advice?