JeremyFunk / hidefiles

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

Allow to inform witch VSCode settings to save file exclusion config: workspace or user #7

Closed erickponce closed 2 years ago

erickponce commented 2 years ago

Hi there! 👋

I think it would be nice to be able to inform witch VSCode settings to save file exclusion config: workspace or user

It would be useful to me, because I don't want to commit the resulting VSCode settings on repo.

Maybe something like this in hide-files.json:

{
"vscodeSettings": "user", #workspace (default) or user
"profiles": [...]
}

Another config that are maybe interesting to have, is something like: "defaultProfile": "my-profile" But it would probably require complex bootstrap logic.

Thanks for the extension! 🚀

JeremyFunk commented 2 years ago

Hi, I like the idea, I hope I find time to add it in the coming days. I just published a major rework of the extension and would love to hear your feedback on the new version. Let me know what you think and any additional ideas/features you'd like to see.

JeremyFunk commented 2 years ago

See #9