I have a python project for which this extension simply does not work. It recognizes that I have a .envrc file, and if I edit it, it asks me to allow it, which I do. But then when I click the play button in the top right (I think provided by the python extension to run python scripts) my direnv environment is NOT loaded before attempting to run my python code. What am I doing wrong? How do I make this plugin run EVERY SINGLE TIME I open a terminal in vscode, even if launched by the python extension?
I have a python project for which this extension simply does not work. It recognizes that I have a
.envrc
file, and if I edit it, it asks me to allow it, which I do. But then when I click the play button in the top right (I think provided by the python extension to run python scripts) my direnv environment is NOT loaded before attempting to run my python code. What am I doing wrong? How do I make this plugin run EVERY SINGLE TIME I open a terminal in vscode, even if launched by the python extension?