johnpapa/vscode-cloak

hiding secrets does not work anymore

Closed this issue ยท 9 comments

when i hit F1->cloak->hide secrets, it just flashes the content of my .env file.

i dont know where else to get support than here. if im completely in the wrong place, please point me to the correct place to get support for this. i rely on this extension working

I noticed this recently as well. I don't think it's the plugin itself though because I tried a dotenv plugin since this wasn't working, but they have the same issue too. I wonder if there's some new permissions required or if VS Code restricts some things now in regards to extensions. ๐Ÿค”

Like you said @OikoumE when I hide secrets is it appears to flicker, so I wonder if it's applying the CSS and reverting immediately for some reason.

Happy to look into this more if others are experiencing it as well.

Doesn't work for me either.

Addressed in 0.4.0

Added new scope for ini files. Fixes change to VS Code scopes where cloak was not hiding secrets.

VS Code appears to have changed how they scope env files.

Just tested this and it works like a charm. Thanks for the awesome project @johnpapa and thanks door fixing the issue! ๐ŸŽ‰

can confirm 0.4.1 works :D thanks !

encountering this issue in v0.5.0

Had this problem with 0.5.0 as well, turns out I needed to update my vscode (from 1.69 to 1.72).

I still have this issue in Cloak 0.5.0 and currently running vscode 1.74.2 universal.

Tried uninstalling, reloading, reinstalling but no luck. Any ideas what else I could try?