QuarticCat / vscode-scope-focus

Focus on a subset of files
https://marketplace.visualstudio.com/items?itemName=QuarticCat.scope-focus
MIT License
1 stars 0 forks source link

support auto open scope related repository #1

Open rmGFW opened 2 hours ago

rmGFW commented 2 hours ago

support auto open scope related git repository

QuarticCat commented 2 hours ago

I don't understand what you mean. Could you please explain more and give me some examples?

rmGFW commented 2 hours ago

I don't understand what you mean. Could you please explain more and give me some examples?

there has many submodule inside my workspace, and all of them will come out in the source control pane , but when i focus in a folder in my workspace ,i only have to work with some submodule , so i want it can auto close others

QuarticCat commented 1 hour ago

It seems like we can update setting git.ignoredRepositories to do the trick.