You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I use this scratchpad extension which creates scratch files in the user dir.
and when I click the play button it starts with the base conda environment and the working dir is the VS Code working dir
I would like that even when I use a scratch file the working dir of the terminal is the project dir of the open project and the python environment activated is the python environment associated to the project.
This was working fine before the introduction of the new python environments extension