Even though the following line is added, variables and their values in the .env.local file in the project directory do not appear.
|
existingFileAssociations['.env*'] = 'dotenv' |
I have .env.local and .env.production files in my project, but the .env file does not exist. However, when I create an .env file, I can access the process.env.* values. What is the cause of this bug?
Even though the following line is added, variables and their values in the
.env.localfile in the project directory do not appear.dotenv-vscode/lib/settings.js
Line 19 in 01dc121
I have
.env.localand.env.productionfiles in my project, but the.envfile does not exist. However, when I create an.envfile, I can access theprocess.env.*values. What is the cause of this bug?