johnpapa / vscode-cloak

Cloak allows you to hide/show environment keys, to avoid accidentally sharing them with everyone who sees your screen.
MIT License
107 stars 7 forks source link

Improve documentation - Require DotEnv VsCode Extension #20

Closed Maxgoods62 closed 4 years ago

Maxgoods62 commented 4 years ago

First, thanks for the extension, it's usefull !

During installation, I couldn't get it to work. I disabled all my extensions, changed theme: it still didn't work.

I understood afterwards that it was necessary to install the DotENV extension, because without it, .env files are considered as plain text.

So, it might help other people to add a line in the documentation saying to install Dotenv.

thorwebdev commented 4 years ago

You, sir, are my hero, thank you!

johnpapa commented 4 years ago

Thanks

We are open for contributors too

johnpapa commented 4 years ago

I made this an automatic extension dependency in v0.3.0

this way it installs dotenv for you