I wrote two classes ("Base", "Derived"), each in a separate .ps1 file. The VS Code PowerShell extension reports an error ("Unable to find type [Base].") in the "Derived.ps1" file.
I already ran the "Base.ps1" in the PowerShell Extension terminal, but to no avail. The extension still doesn't recognize my base class when it parses the "Derived.ps1" file.
What can I do to have my base class be recognized during a programming session on the fly, without making any changes to my PowerShell profile or similar persistent configuration changes?