You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I try to run vscode and it starts the PowerShell session, it always fails. I have uninstalled all extensions, then I have completely removed vscode including deleting any leftover components. Rebooted and reinstalled vscode. Once I opened the PS1 file it asked me if I wanted to install the PowerShell extension, I did and once installed it immediately crashes and fails with the error hell.EditorServices.Commands.StartEditorServicesCommand.EndProcessing()
My PowerShell script I am using to test is only containing the below line. get-childitem "c:\temp" -depth 0
I am only creating a new ps1 file and adding the below line
Get-ChildItem c;\temp -depth 0
I get the below error before I execute
Exception encountered starting EditorServices. Exception logged in C:__w\1\s\src\PowerShellEditorServices.Hosting\Commands\StartEditorServicesCommand.cs on line 239 in EndProcessing:
hell.EditorServices.Commands.StartEditorServicesCommand.EndProcessing()
Prerequisites
Summary
Once I try to run vscode and it starts the PowerShell session, it always fails. I have uninstalled all extensions, then I have completely removed vscode including deleting any leftover components. Rebooted and reinstalled vscode. Once I opened the PS1 file it asked me if I wanted to install the PowerShell extension, I did and once installed it immediately crashes and fails with the error hell.EditorServices.Commands.StartEditorServicesCommand.EndProcessing()
My PowerShell script I am using to test is only containing the below line. get-childitem "c:\temp" -depth 0
PowerShell Version
Visual Studio Code Version
Extension Version
ms-vscode.powershell@2024.4.0
Steps to Reproduce
I am only creating a new ps1 file and adding the below line
Get-ChildItem c;\temp -depth 0
I get the below error before I execute
Exception encountered starting EditorServices. Exception logged in C:__w\1\s\src\PowerShellEditorServices.Hosting\Commands\StartEditorServicesCommand.cs on line 239 in EndProcessing:
hell.EditorServices.Commands.StartEditorServicesCommand.EndProcessing()
Visuals
Logs
vscode_logs.zip
The text was updated successfully, but these errors were encountered: