VSCODE- Insiders: Timed out waiting for the PowerShell extension to start #1046
Closed
Description
System Details
- Operating system name and version: Windows 10
- VS Code version: 1.18.0 Insiders (commit date 2017-10-06T05:26:16.770Z)
- PowerShell extension version: 1.4.3
- Output from
$PSVersionTable
: 5.1.15063.632
Issue Description
Error: Timed out waiting for the PowerShell extension to start.
This seems to be specific for latest 1.18 insiders build. All works normally on 1.17 public version.
I tried multiple computers and its the same behaviour.
PowerShell extension is timing out when pressing F5, or trying to start any script.
Steps to reproduce
- On clean Windows 10 machine install VS Code Insiders 1.18.0.
- Install PowerShell extension v.1.4.3
- Wirite simple script (something as Write-Host 1)
- Press F5
Expected behaviour is to diplay 1 in console. But, nothing actually happens. After some time, time out error will appear.
Attached Logs
Metadata
Assignees
Labels
No labels