hoangKnLai / vscode-ipython

VSCode Extension integrating Editor with IPython console.
MIT License
18 stars 5 forks source link

support linking current terminal to python file #57

Closed albert-ying closed 3 months ago

albert-ying commented 4 months ago

Hi there,

I sometimes need to run Python files on Tmux to avoid disruption when disconnecting from the server.

I'm wondering if it possible to create a command that link the current terminal session and python file?

Thank you!

hoangKnLai commented 4 months ago

If VSCode session is detached, maybe this is your case, then the IPython terminal should still be there. Have you try the Create Dedicated Terminal (ctrl+shift+i shift+c) command to create a dedicated terminal for a .py file? One way to know it works is that the terminal name would change to the .py file name.