Skip to content

DotENV extension for vscode with 1M+ installs

License

Notifications You must be signed in to change notification settings

lukasschachner/vscode-dotenv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode .env syntax highlighting

A port of DotENV for vscode.

Example

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 :

"files.associations": {
    ".env.jenkins": "dotenv"
 }

Now, files with name .env.jenkins will be handled as dotenv file.

Acknowledgements

About

DotENV extension for vscode with 1M+ installs

Resources

License

Stars

Watchers

Forks

Packages

No packages published