You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After loading direnv environment, python autocomplete stops working. It seems it affects vs code python intellisense environment in some way that it prevents it find imported python modules or some settings.
Steps to reproduce:
create python venv with pipenv with some project
check that intellisense works
add .envrc with layout pipenv
let extension to load .envrc (automatically or with manual reload)
python intellisense stops working
Expected behaviour:
python intellisence continues to work
The text was updated successfully, but these errors were encountered:
Just so you know, writing a bad review does not magically give me the time and spoons to triage your vague issue, and instead makes me less likely to believe you're acting in good faith.
As for the issue, it works just fine for me, even with pipenv (which I was surprised to learn people are still using). And you have not given me any details I might use to keep chasing this, including error messages or info about what you have tried.
Those might make good starting points if you are in fact interested in getting your issue fixed.
After loading direnv environment, python autocomplete stops working. It seems it affects vs code python intellisense environment in some way that it prevents it find imported python modules or some settings.
Steps to reproduce:
.envrc
withlayout pipenv
.envrc
(automatically or with manual reload)Expected behaviour:
The text was updated successfully, but these errors were encountered: