-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"envDirName" does not work ("dotenvDirname" does) #93
Comments
I think the cause is the typo in the path of |
So, after doing some experimenting I am still quite confused. Although the issue title does no longer apply, I am still having difficulties getting this to work. So I will try to explain how my current understanding is: Assuming I have the folder structure
In all honesty, this seems overly complicated to me, although I might not have the full picture and there might be valid reasons for this. The Documentation in the readme states "relative or absolute path to folder with dotenv files", which from my experimentation does not hold. Could this be adjusted to reflect the description given in the readme? |
The issue for the root folder determination is #50. Use case is that different environment variables can be set for different requests in the same project. Many Tools like tsc, eslint or Prettier also support such a config search.
Nested |
fix is released with v4.8.2. Thanks:-) |
The envDirName Setting does not work, although it is the option documented to work everywhere.
VSCode doesn't even recognize the option as valid.
The text was updated successfully, but these errors were encountered: