PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
613 stars 207 forks source link

Run `SetInitialWorkingDirectoryAsync` before `LoadProfiles` #2091

Closed andyleejordan closed 8 months ago

andyleejordan commented 8 months ago

So that if a user runs Set-Location in their profile, it's not later overridden.

Fixes https://github.com/PowerShell/vscode-powershell/issues/4788