-
Notifications
You must be signed in to change notification settings - Fork 17
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
Windows Cmd Escape Path issues with new terminal profiles #35
Comments
Closing based on merged PR. Please reopen if this is still an issue. |
Hey guys, I am experiencing the same issue on Windows 10. Editing |
It's in the folder where extensions are installed: https://code.visualstudio.com/docs/editor/extension-marketplace On Windows, have a look in Would you mind sharing the terminal settings from your settings.json? I'm guessing something is still messed up with that. |
Marking this as help wanted since I don't have access to any Windows machines right now. Any Windows-based contributor would be appreciated! |
Same error as in issue #23, now caused by using terminal profiles instead of the deprecated
terminal.integrated.shell
config.The fix is straightforward, if the old term shell value is not set just query for the new default profile and check for cmd.exe there.
I will add a pull request.
The text was updated successfully, but these errors were encountered: