JeremyFunk / hidefiles

A GitHub extension that allows to create custom profiles for file hiding
MIT License
7 stars 0 forks source link

[Feature Request] Move config file to .vscode #9

Closed lonix1 closed 2 years ago

lonix1 commented 2 years ago

Nice extension, thanks for making it!

Would be nice to be able to move config file to .vscode/hide-files.json. That is where it belongs, rather than the workspace root.

JeremyFunk commented 2 years ago

I have just published V2.1.0. When you have set up a local configuration it will automatically move it to your workspace settings (.vscode/settings.json). It is no longer possible to use root level hide-files.json configuration.

lonix1 commented 2 years ago

Excellent update, thanks.

riolly commented 1 year ago

It becomes problematic if the repo also includes the .vscode folder in to git history. Every time toggle the hide files, git will detect changes.