VS Code PowerShell Universal extension: Script subfolders not respected

I have script folders for different systems I have to deal with. Some of them holds scripts with the same name. In the extension the folders aren’t displayed and the files with the same names are both visible without a way to differentiate them. (very confusing)

Now:
Automation > Scipts > Script1.ps1
Automation > Scipts > Script1.ps1

Please add the the folder structure
Automation > Scipts > Folder 1 > Script1.ps1
Automation > Scipts > Folder 2 > Script1.ps1

P.S. I post this here, because I was unable to create an issue for the extension at github.

Not to disagree that the VS Code extension’s script list is confusing - because, it is (I hate that it doesn’t list folders and only lists the scripts themselves), but, why are you not naming your scripts uniquely anyway (despite VS Code’s issue)? That’s like having a bunch of people named John, that work at a company, and setting all of their email addresses to John1@company.com, John2@company.com, etc. and having to remember which one is which.