Open
Description
System Details
- Operating system name and version: Windows 10 AU
- VS Code version: 1.10.2
- PowerShell extension version: 0.11.0
- Output from
$PSVersionTable
:
Name Value
---- -----
PSVersion 5.1.14393.953
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.953
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Issue Description
When I open a PS workspace in VSCode the first time, the integrated console appears to load twice:
I also notice that the first time, it displays the logo but then the screen is cleared and it says it's starting PowerShell
again. Is this the new host that loads the second time? If so, maybe it could say Starting the PowerShell Integrated Console...
? If we can't prevent the first (original) load, we may want to see if we can start PowerShell with -NoLogo
. For the final load, do we want to show a logo? Perhaps with a setting to disable it?
Attached Logs
N/A I think. If that's not the case, let me know and I can attach them.