- Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Plugin version 2.2, PSES versions 3.11.0 and bundled 1.10.1, Rider version 2023.2
When I open a solution, the PowerShell host process is launched, but terminated with exit code 1 shortly after. As a result, features such as completion are unavailable.
idea.log
file contains the following messages:
2023-10-02 15:39:26,761 [ 765226] WARN - #c.i.p.p.l.l.l.EditorServicesLanguageHostStarter - Timed out waiting for session file to appear. 2023-10-02 15:39:26,777 [ 765242] WARN - #c.i.p.p.l.l.l.LanguageServerEndpoint - Connection creation to PowerShell language host failed for C:/Users/Ivan.Skorikov/RiderProjects/PowerShellExample 2023-10-02 15:39:26,777 [ 765242] INFO - #c.i.p.p.l.l.l.EditorServicesLanguageHostStarter - PowerShell language host process exited: null 2023-10-02 15:39:26,777 [ 765242] INFO - #c.i.p.p.l.l.l.LanguageServerEndpoint - Connection to PowerShell language host closed for C:/Users/Ivan.Skorikov/RiderProjects/PowerShellExample. 2023-10-02 15:39:26,808 [ 765273] INFO - #c.i.p.p.l.l.l.EditorServicesLanguageHostStarter - Language server startup command: '[C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe, -NoProfile, -NonInteractive, C:\Users\Ivan.Skorikov\AppData\Local\Temp\start-pses-host17238674798057839056.ps1]', launch command: &("C:\tmp\PSES3.11/PowerShellEditorServices/Start-EditorServices.ps1") -HostName 'JetBrains Rider' -HostProfileId 'com.intellij.plugin.PowerShell' -HostVersion '2023.2.1' -AdditionalModules @() -BundledModulesPath 'C:\tmp\PSES3.11' -LogLevel 'Diagnostic' -LogPath 'C:/tmp/PSES3.11/sessions/EditorServices-IJ-1.log' -SessionDetailsPath 'C:/tmp/PSES3.11/sessions/PSES-IJ-1696246766777-session.info' -FeatureFlags @() -SplitInOutPipes
rider-logs-20231002-15503510826217839030380660.zip
Procmon log
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working