Issue
Is there a way to run multiple python scripts simultaneously in vsc. I mean while there is already a script running, I would like to run another script. When I try I get "code is already running". In spyder-ide I simply open a new IPython console and run the new script in this newly opened console.
Solution
You can always open a terminal terminal window -- with either Python: Create Terminal
or Open New Terminal
-- and launch the script(s) manually in separate terminals.
Answered By - Brett Cannon
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.