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

Doesn't hide values in single quotes '' #7

Closed sadranyi closed 4 years ago

sadranyi commented 4 years ago

When a secret is in single quotes it doesn't hide it example APP_NAME='CLOAK' will not be hidden, but APP_NAME="CLOAK" would be. 2020-01-19_13-16-23

johnpapa commented 4 years ago

fixed in v0.2.0

thanks

JimLynchCodes commented 3 years ago

@johnpapa - this is NOT fixed... I just installed it, and it still does not hide values in single quotes...

johnpapa commented 3 years ago

Can you provide some details so we can look into this please?