CONTRIBUTING guideRegression when using a PSDrive. Theme is not rendered anymore.
Before 3.20.4:

After 3.23.5:

Navigate to the PowerShell temp drive
cd temp:
Expected behavior: [What you expected to happen]
Normal behavior as before
Actual behavior: [What actually happened]
Theme doesn't render anymore
I know why this happens but I need to find out how to fix this. Basically the new invocation fails because that path only exists in PowerShell and $startInfo.WorkingDirectory is invalid.
The problem is that the fix will probably result in git and other info not working anymore. I'll give this some thought first.
Maybe?
if ($PWD.Provider.Name -eq "FileSystem") {
$startInfo.WorkingDirectory = "$($PWD.ProviderPath)"
}
That fixes it. Let's see if I can ship this tomorrow morning as today (as you can see) I'm fried.
No worries! I've unblocked myself :) Have a good rest! almost weekend 馃嵑
I think this way the could even be removed. I'll debug on Windows as well to be sure. Thanks a bunch for pairing 馃檹馃徎