vscode-stripe
vscode-stripe copied to clipboard
Fordwarding to local host doesnt work with git bash in VS Code
Command i am trying to run:
C:\Users\XXX\scoop\shims\stripe.exe listen --forward-to http://localhost:3000 --forward-connect-to http://localhost:3000
Error i am getting:
bash: C:Usersxxscoopshimsstripe.exe: command not found
I guess something is wrong with the path / is removed. If i use powershell for example it works perfectly