Replies: 1 comment
-
There's currently no such feature, but please feel free to open a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have multiple folders opened in vs code and run some python code from them in a python terminal.
I would like to keep a single running python terminal in the whole workspace, s.t. when I execute some code in script in folder A - it goes to the same terminal that I created executing code in folder B. currently if I use files from different root directories - vs code is launching a new terminal that is named as the root directory.
I would like to either 'switch' to the old one or keep a single workspace-global python terminal. Is it possible? I looked for configuration options, I searched for similar questions and nothing.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions