eamodio / vscode-toggle-excluded-files

Quickly toggles excluded (hidden) files visibility in the file explorer in VS Code
MIT License
36 stars 8 forks source link

Doesn't turn off #2

Closed rhys-vdw closed 7 years ago

rhys-vdw commented 7 years ago

So I can reveal all the files, but then I can't hide them again. The icon remains in this state:

image

And I can just see all my files. Even when I quit and reopen VSCode.

It did work the first few times I tried toggling it (albeit incredibly slowly). Now it seems to have completely stopped working (regardless of whether I use the keyboard shortcut, click the button or select it from the cmd+shift+p menu).

rhys-vdw commented 7 years ago

(I see the icon doesn't reflect the toggle state - nonetheless it isn't re-hiding my excluded files)

eamodio commented 7 years ago

@rhys-vdw can you set both "toggleexcludedfiles.advanced.debug": true and "toggleexcludedfiles.advanced.output.level": "verbose", and then see if you can reproduce the problem. If so, there should be a log in the ToggleExcludedFiles output channel. Hopefully it will reveal something.

Also can you post what your files.exclude setting is set to?

rhys-vdw commented 7 years ago

@eamodio I disabled the plugin when it was playing up. After re-enabling the issue has gone away. I will keep an eye out to see if it happens again and follow your instructions then. Sorry to not be more useful!

eamodio commented 7 years ago

@rhys-vdw no worries at all -- let me know if it comes back, but I'm going to close this until then.

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.