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

It doesn't work if variables are not quoted #59

Open paoloricciuti opened 9 months ago

paoloricciuti commented 9 months ago

If you have a .env like this

SECRET=my-super-secret
API_KEY=pleasedonthackme
IP=ddossmeifyoucan

the extension doesn't hide the secrets.

It would be nice to still hide those secrets even if they are not quoted