[Icon Request] support for .env* files
See original GitHub issue-
I’m sure this issue is not a duplicate.
-
I’m submitting an icon request:
- Type:
filename
- Icon Name:
env
- Sample original Icon:
- Filenames:
.env*
- Type:
-
Language Extensions:
-
More info: should be applied to any .env* file, including .env.test, .env.prod, .env etc.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Automate .env files with Gitpod environment variables
Gitpod's environment variables can be used to securely persist small files between workspaces without committing them to source control.
Read more >display an icon string from environment variables file using ...
I'm working on a flutter project and I have an icon in my environment variable file like that : ICON1=Icon(IconData(U+0E318)) And I want...
Read more >How to customize Node.js .env files for different environment ...
Custom env is a library built to make development easier by allowing multiple .env configuration for different environments. This is done by ...
Read more >Environment Variables: What They Are and How To Use Them
Environment variables help you isolate critical application configuration data using env files or remote variable stores.
Read more >How do I deal with .env file in production? : r/django - Reddit
.env files are just a convenience to help you setup environment variables. In production, use whatever method that works for you for setting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @HitLuca,
You have to install an vscode extension to detect the
.env
files like as https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv since we relly on the language id for detecting such files.Cheers!
@paul-uz I made any
.env*
file be associated with thedotenv
type, and it works when trying your sample filename. Add this to yoursettings.json
lemme know if it works!