https://github.com/mikestead/vscode-dotenv
DotENV extension for vscode with 1M+ installs
https://github.com/mikestead/vscode-dotenv
dotenv vscode vscode-extension
Last synced: 3 months ago
JSON representation
DotENV extension for vscode with 1M+ installs
- Host: GitHub
- URL: https://github.com/mikestead/vscode-dotenv
- Owner: mikestead
- License: mit
- Created: 2017-01-16T10:48:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T22:45:23.000Z (about 4 years ago)
- Last Synced: 2024-09-29T06:42:26.855Z (over 1 year ago)
- Topics: dotenv, vscode, vscode-extension
- Homepage:
- Size: 201 KB
- Stars: 104
- Watchers: 5
- Forks: 13
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode .env syntax highlighting
A port of [DotENV](https://github.com/zaynali53/DotENV) for vscode.

### Associate files
If you use specific .env file naming convention (e.g. `.env.jenkins`) you can add dotenv support by setting the `files.associations` setting key as following :
```json
"files.associations": {
".env.jenkins": "dotenv"
}
```
Now, files with name `.env.jenkins` will be handled as dotenv file.
### Acknowledgements
- [Zayn Ali](https://github.com/zaynali53) for [DotENV](https://github.com/zaynali53/DotENV)
- [motdotla](https://github.com/motdotla/dotenv) for the logo