-
Notifications
You must be signed in to change notification settings - Fork 468
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
Run in terminal doesn't work with Powershell #535
Comments
Sorry for the lack of responsiveness. Ouch. This is kind of troublesome. Starting a process with a shell in VSCode consists of starting the shell in a terminal, then feeding the command text into |
same happens with checking gdb:
|
The first issue part is the same as #601. |
This has been an issue for four years now. All that's missing is a dot or an "&" before the path. If it's not possible to detect which terminal is being used, maybe add an option to choose which terminal to use instead of using the |
Brief Issue Summary
Right clicking on a target in the cmake project outline and selecting the 'Run in terminal' option doesn't work if the terminal is set to Powershell, since the path is in quotes, so it just prints back the path.
To execute the program the path must be prefixed with '& '.
Platform and Versions
The text was updated successfully, but these errors were encountered: