question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[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: logo
    • Filenames: .env*
  • Language Extensions:

  • More info: should be applied to any .env* file, including .env.test, .env.prod, .env etc.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
KingDarBojacommented, Oct 26, 2019

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!

2reactions
HitLucacommented, Dec 7, 2021

@paul-uz I made any .env* file be associated with the dotenv type, and it works when trying your sample filename. Add this to your settings.json

"files.associations": {
        ".env*": "dotenv",
    }

lemme know if it works!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found