-
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
Run python in external terminal #238
Comments
Just out of curiosity, why are you looking to run this in an external terminal? |
I do quite a bit of math calcs that might take hours each to finish, and i'd rather them running externally to easily see if something goes terrible wrong, etc. If the ability existed to have multiple things going in the integrated terminal it would be useable i guess, but this is just how i'm used to running all my scripts. I have no interest in the debugging tools, just basically a shortcut key that launches "python {{file}}" externally. |
Thanks. Vscode had the ability to run coffee without debugging. Unfortunately there's a bug with this feature, which will be fixed in a day or two. The next release is due sometime early to mid next month. I'll notify you once that's done. |
Ah yeah, tried that and after the first one it cant be re-ran. #235 right? |
Great, closing this issue in favor or #235 |
Environment data
VS Code version: 1.18.0
Python Extension version: 0.8.0
Python Version: 2.7.6
OS and version: Windows 7 64bit
Actual behavior
Python scripts can only be execute in the internal terminal
Expected behavior
Run a script in the external terminal
Steps to reproduce:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: