rubymaniac / vscode-direnv

Automatically detect and load your .envrc
MIT License
32 stars 11 forks source link

This extension simply does not work #17

Closed thetaiter closed 2 years ago

thetaiter commented 2 years ago

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?