-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
terminal.external.osxExec not respected as debug terminal? #114
Comments
@rschindlauer Are you still experiencing this issue. |
From @rschindlauer on October 6, 2017 20:34 Yes, I just tried it again and can confirm that Terminal opens, not iTerm (which I set |
Please change the following to "console": "integratedTerminal", |
From @rschindlauer on October 6, 2017 23:52 I did, sorry about the misleading config in the original issue. |
Closing in favor of #250 |
#249) - Fixes #25, #32, #35, #235, #242 (unable to run without debugging using CTRL+F5) - Fixes #191, #158, #24, #136 (error message displayed when debugged code terminates) - Fixes #157 (debugger crashes when python program does not launch) - Fixes #114, #149, #250 (use vscode infrastructure to launch debugger in integrated and external terminals) - Fixes #239 Remove prompt added to pause terminal upon program completion
From @rschindlauer on May 3, 2017 20:2
Environment data
VS Code version: 1.11.2
Python Extension version: 0.6.3
Python Version: 2.7.9
OS and version: macOS Sierra 10.12.4
Actual behavior
With
terminal.external.osxExec
set to/Applications/iTerm.app
, the "External Terminal/Console" launch configuration still launches Terminal instead of iTerm.Expected behavior
Launch iTerm as external debug terminal when
terminal.external.osxExec
is set to iTerm.Steps to reproduce:
terminal.external.osxExec
to user or workspace settings and set it to a terminal other than Terminal.Settings
Your launch.json (if dealing with debugger issues):
Your settings.json:
Copied from original issue: DonJayamanne/pythonVSCode#932
The text was updated successfully, but these errors were encountered: