You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that the collapsing of the --collapsefolders options seems to only collapse at a single level vs. recurring until no single-itemed folders remain. If you have a nested hierarchy of folders where there still may only be one project item, it still creates a folder. I kind of expected it to still bubble it up as there's no differentiation and still looks messier compared to the non-nested option:
For instance in our scenario:
So what appears to be happening is, this folder structure:
Parent Folder
Sub Folder A
Sub-sub Folder A
Project A
Sub Folder A
Project B
Translates to this solution structure:
Parent Folder
Sub Folder A
Project A <-- Sub-sub Folder A was collapsed
Project B
Where I expected:
Parent Folder
Project A <-- Expect this to recurse again as Sub Folder A also only contained a single item
Project B
The text was updated successfully, but these errors were encountered:
Noticed that the collapsing of the
--collapsefolders
options seems to only collapse at a single level vs. recurring until no single-itemed folders remain. If you have a nested hierarchy of folders where there still may only be one project item, it still creates a folder. I kind of expected it to still bubble it up as there's no differentiation and still looks messier compared to the non-nested option:For instance in our scenario:
So what appears to be happening is, this folder structure:
Translates to this solution structure:
Where I expected:
The text was updated successfully, but these errors were encountered: