Replies: 2 comments
-
Why are you using git bash? That is a win32 applications and cannot run ELF binaries. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The first I run the app in integrated terminal,The vscode ask me select a terminal to run another shell. I select git bash. For now,If I run the app in integrated terminal,It will continue open git bash to run another shell(This shell may be open browser shell). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am developing a react app, created by create-react-app.
If open the terminal in windows terminal,It can auto open the browser while start the app.
If open the terminal in vscode integerated terminal ,It won't open the browser,And it will open the git bash under windows. and give an error.
Besides I have had click an option after run the app in integerated terminal, but I can't reset it.(I tried reinstall vscode, genrate a new wsl instance,but not work)
Any one can help?
Beta Was this translation helpful? Give feedback.
All reactions