Python Forum

Full Version: `VSCODE_ENV_REPLACE` in vscode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I am using poetry to managing python project. In vscode terminal when i open that project I got an env variable VSCODE_ENV_REPLACE which contain all the variables availabe in .env file. When i change the env variable in .env VSCODE_ENV_REPLACE didn't change and poetry shell using the old env variables.

How can i stop using the VSCODE_ENV_REPLACE env variable in vscode.

Thanks