I'm using VSCode with a remote SSH connection to WSL on different computer. In this context cmd.exe
or powershell.exe
is not available, even though it's running in WSL.
Create React App uses a helper the $BROWSER
env variable, which VSCode sets to a helper script browser.sh
that uses VScodes internal website open logic to open on the site in a browser on the client machine instead of the remote host.
I believe this would have to be handled as regular linux system, not WSL, for this to work. I tested this by setting isWsl
to false
, and everything worked as expected.
I'm not sure how to correctly identify this scenario.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too