Python Forum
`VSCODE_ENV_REPLACE` in vscode - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: `VSCODE_ENV_REPLACE` in vscode (/thread-40898.html)



`VSCODE_ENV_REPLACE` in vscode - cdaman - Oct-11-2023

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