hoangKnLai / vscode-ipython

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

Re-use already open IPython console for running different files #5

Closed ma-sadeghi closed 2 years ago

ma-sadeghi commented 2 years ago

Currently, it seems that I need to open up a separate IPython console window for each file. It would be great if we could reuse the same IPython console for running different files.

hoangKnLai commented 2 years ago

Hmm. This should be the case already as the run file search for available IPython tagged terminal name to run the file on. The latest used (appear to be the case with VSCode open terminal list ordering) should do so well.

Can you list the steps to recreate the problem?

ma-sadeghi commented 2 years ago

My bad, I just checked and indeed it seems to be the case. Not sure what was happening before...