-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Awesome extension! I really like it and I think you're doing a great job here.
I have one idea where I don't know how difficult it would be to implement and whether this is even a use case that more people encounter.
I'm frequently having projects with many project files / hidden files / dot files. Here's how that could look like:
Now if I add some of these files in my files.exclude section in the settings.json like this
AND add them to File Focus, I can organize my workspace nicely:
I really like this. This makes everything much more organized in my opinion. It does even solve an issue that has been thoroughly discussed on HackerNews.
So my idea/question: Would it be possible to add a setting that is something like: "Automatically create focus group from excluded files". Then, if toggled, a focus group "Excluded" (or some other name) is created. This should add all files in the files.exclude section of the settings.json, even if their flag is set to false and not true. This would allow to have this setup that I have shown above out of the box.
Implementation wise I am not sure if this is difficult or not. I am not a TS developer, but I am willing to try to help if that's something that would bring this feature to live.
Happy to hear your opinion :)


