VSCode .env Syntax Highlighting
This is an enhanced port of DotENV specifically designed for VSCode, offering improved performance and additional features.

Key Improvements
This version includes:
- Enhanced Syntax Highlighting: More intuitive color schemes for better readability.
- Custom File Association: Supports various naming conventions, ensuring seamless integration with your existing projects.
- User-Friendly Configuration: Simplified settings for easy adaptation to different workflows.
File Association
To enable dotenv support for specific .env file naming conventions (e.g., .env.jenkins), adjust the files.associations setting as follows:
"files.associations": {
".env.jenkins": "dotenv"
}
With this configuration, files named .env.jenkins will be recognized as dotenv files.
Acknowledgements
| |