I have posh-git to import in my profile file.
This file is also executed when opening the Developer Powershell for VS 2019.
When opening a regular powershell importing the module takes about 1 second.
When importing the module within the Developer Powershell it takes about 6 seconds.
I measured using measure-command { import-module posh-git -minimumversion 1.0 }
System Details
Issue Description
I have posh-git to import in my profile file. This file is also executed when opening the Developer Powershell for VS 2019.
When opening a regular powershell importing the module takes about 1 second. When importing the module within the Developer Powershell it takes about 6 seconds. I measured using
measure-command { import-module posh-git -minimumversion 1.0 }
I'm not sure where that comes from.
Can anyone else reproduce this?