artberri / monorepo-focus-workspace

Create a partial tree view for a target workspace. Focus on your current task.

Home Page:https://marketplace.visualstudio.com/items?itemName=alberto-varela.monorepo-focus-workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Focusing hides folders from other projects in multi-root workspace

lumattr opened this issue · comments

I have a multi-root workspace in vscode and when i try and focus to a package folder in projectA the .github folder vanishes on projectB

i.e.
Before

projectA
- packages/
- - packageA
- - packageB

projectB
- .github/
- packageA/
- packageB/

After

projectA
- packages/
- - packageA

projectB
- packageA/
- packageB/