Now i'm able to debug locally and remotly a python file (including arguments). Now i would like to add an additional difficulty by loading specific variables environements: "module load", "export path & ld_library", "source env" for instance.
Except if i'm wrong, i guess i need to define a local .env file in which all previous variables are declared: is it correct? i've also added an additional argument in the launch.json file using:
"envFile": "${workspaceFolder}/.env"
Is it the right way? (nontheless it does not work for me, so i'm looking where i've made a mistake or if i've mussed something)
Any feedback is highly appreciated
Paul