-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
.env file configuring to use properties langauge #77
Comments
Same here on version I also noticed that other |
If anybody is passing by here and wondering how to configure it in VS Code. "files.associations": {
".env.*": "dotenv"
}, |
Thank you @jmevel. We're investigating whether we can configure that setting as part of our extension so the user would not have to. We've configured Seems VScode extensions have many configuration quirks. |
@motdotla thanks for your answer, yes I imagine it could sometimes be tricky to configure such thing in a VS Code extension. At least this issue has a workaround for now. Thanks a lot for your work ! |
I think |
For some reason files named exactly
.env
are auto-configuring to use theproperties
language instead ofdotenv
for syntax highlighting. Making this issue to be able to track this.The text was updated successfully, but these errors were encountered: