Nuacht

Behaviour I expect set python.terminal.executeInFileDir=true will let run python file command run under the file dir, but the terminal is first execute the python file, then change to file dir. the ...
My best guess is that the environment is not being activated correctly before run is attempted so the run command which would be something like python script.py is causing an issue.