I always have to add ``` import dotenv dotenv.load_dotenv('{Path to my .env file}') ``` to my scripts before I can run them. There is supposed to be a way to set this in VS Code by I couldn't figure it out.