-
Notifications
You must be signed in to change notification settings - Fork 524
Closed
Labels
Milestone
Description
Issue Description
PS session fails to start with these errors. I have taken the cert from Start-EditorServices.ps1 and imported into my local machine's Trusted Publisher's store. I confirmed it's there with an expiration date of 5/2/2020. I have also executed this command but nothing happens.
Import-Module $HOME.vscode\extensions\ms-vscode.powershell*\modules\PowerShellEditorServices\PowerShellEditorServices.psd1
1/14/2020 2:47:41 PM [NORMAL] - Language server startup failed.
1/14/2020 2:47:41 PM [ERROR] - The language service could not be started:
1/14/2020 2:47:41 PM [ERROR] - Timed out waiting for session file to appear.
Attached Logs
Follow the instructions in the README about
capturing and sending logs.
Environment Information
Visual Studio Code
| Name | Version |
|---|---|
| Operating System | Windows_NT x64 10.0.16299 |
| VSCode | 1.41.1 |
| PowerShell Extension Version | 2019.12.0 |
PowerShell Information
| Name | Value |
|---|---|
| PSVersion | 5.1.16299.1146 |
| PSEdition | Desktop |
| PSCompatibleVersions | 1.0 2.0 3.0 4.0 5.0 5.1.16299.1146 |
| BuildVersion | 10.0.16299.1146 |
| CLRVersion | 4.0.30319.42000 |
| WSManStackVersion | 3.0 |
| PSRemotingProtocolVersion | 2.3 |
| SerializationVersion | 1.1.0.1 |
Visual Studio Code Extensions
Visual Studio Code Extensions(Click to Expand)
| Extension | Author | Version |
|---|---|---|
| All-Autocomplete | Atishay-Jain | 0.0.23 |
| bracket-pair-colorizer-2 | CoenraadS | 0.0.29 |
| powershell | ms-vscode | 2019.12.0 |
| python | ms-python | 2020.1.58038 |
| todo-tree | Gruntfuggly | 0.0.162 |