I am trying to hunt down why my VSCode starts up with all the environmental variables preloaded from a local .env file.
What I mean is that I have a .env file at the root of my project:
and when I launch VSCode I do
I do not want that.
Is this extension the one loading those vars, and if yes how do I stop it?
Thanks for your time