vscode-dotenv

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i vscode-dotenv

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

227 kB

Total Files

14

Last publish

Collaborators

  • m1guelpiedrafita