-
Notifications
You must be signed in to change notification settings - Fork 21
Completion not working with custom PowerShell Editor Services #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What version of PowerShellEditorServices are you trying to use? I'd like to note that so far we use a very old one 1.10.1, and upgrading it to the modern one may be very tricky. Upgrade of the embedded PSES version is in our short-term plans (#51). Perhaps sharing the IDE log would be useful in this case (since intellij-powershell v2.2.0 we now include the PSES log in the IDE log, so if there's a terminating error, then we'll see it). |
Blocked by #155 |
Found a workaround for #155, so I've reproduced this with the latest plugin version and PSES v. 3.11.0 |
I see what's wrong now: we only attach our console listeners after we connect to the process and load the session file. This means that there will be no output and even no exit code if the session could not be found. This is, of course, wrong, and leaves us without any diagnostics in this case. This also explains the message Diagnostic improvements are required. |
Using JetBrains Rider.
Whatever version is loaded via
File | Settings | Languages & Frameworks | PowerShell | PowerShell Editor Services
, completion only shows keywords or locally defined functions. No PS library suggestion in completion.Once I revert to the bundled PSES v 1.10.1, completion starts suggesting PS library functions.
The text was updated successfully, but these errors were encountered: