I'm trying to run a python task within run/debug configuration task option.
My problem is that I need to load some environment variables from a bash script.
In my normal terminal is as simple as <source file.sh>
and then I can execute my script without any problem.
I already tried doing a external tool (to execute the sh file) an put on "before launch" option inside run/debug configuration
but did not work.
Any ideas/help?