I have had a settings.json with these three lines for the better part of the last year:
"python.envFile": "${workspaceFolder}/deploy/.env",
"python.terminal.activateEnvironment": true,
"python.terminal.activateEnvInCurrentTerminal": true,
This has always worked but now is not loading as a result of this new update to the python environment manager. This kills my tasks.json which rely on the .env file I load into each terminal.
Was working yesterday and now doesn't work after the update to this extension last night.