-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug][VS Code 1.56] Not detect shell on Windows correctly #783
Comments
Probably it's a visual studio code side issue, but anyway I post it at here now. |
I also found this problem. However, I found a temporary solution to this problem: add However, this will cause a warning in |
@officer @blackpancake This issue has been fixed. Please install the latest version and have a try. |
@jack20951948 You could use below setting:
|
|
seems in git bash still have some issues |
Describe the bug
When we assign "Command Prompt" to "terminal.integrated.defaultProfile.windows" parameter, "&&" in code-runner.executorMap will be translated into "; if ($?) { } style which is not working on Command Prompt.
To Reproduce
Steps to reproduce the behavior:
Actual behavior
Translate "&& " into "; if ($?) { }"
Expected behavior
Interpret "&&" as is.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: