Skip to content
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

Closed
elunty opened this issue Nov 16, 2017 · 5 comments
Closed

Run python in external terminal #238

elunty opened this issue Nov 16, 2017 · 5 comments
Labels
area-terminal bug Issue identified by VS Code Team member as probable bug

Comments

@elunty
Copy link

elunty commented Nov 16, 2017

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:

  • Create a file script
  • Try to run it in the external terminal (not possible)

Logs

Output from Python output panel

Output from Console window (Help->Developer Tools menu)

@DonJayamanne DonJayamanne added awaiting 1-decision area-terminal feature-request Request for new features or functionality labels Nov 16, 2017
@DonJayamanne
Copy link

Just out of curiosity, why are you looking to run this in an external terminal?

@elunty
Copy link
Author

elunty commented Nov 16, 2017

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.

@DonJayamanne
Copy link

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.

@DonJayamanne DonJayamanne added awaiting 2-PR bug Issue identified by VS Code Team member as probable bug and removed awaiting 1-decision feature-request Request for new features or functionality labels Nov 16, 2017
@elunty
Copy link
Author

elunty commented Nov 16, 2017

Ah yeah, tried that and after the first one it cant be re-ran. #235 right?

@DonJayamanne
Copy link

Great, closing this issue in favor or #235

@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-terminal bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants