-
Notifications
You must be signed in to change notification settings - Fork 510
PowerShell crashes when selecting file from Explorer Pane #1843
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
Thanks for attaching log files. Here is the relevant bit of the log:
I think I know what is going on here. We made a change to make file URIs returned to the LSP client (VSCode) use the proper document URI format. That part is corrrect. But it looks like the internals of the CodeLensFeature code is not expecting that URI format. I think it should not be using ClientFilePath in this case but FilePath instead. |
Looks like this is a duplicate of #1830 |
Thank you for your quick response, @rkeithhill! @rjmholt Yep, you're right. Sorry - I don't think my query terms found that. I'll watch the other issue, |
Another related issue: #887 |
System Details
System Details Output
Issue Description
PowerShell Session Reliability
Expected Behaviour
PowerShell Session should remain active during file operations
Actual Behaviour
When selecting files from the Explorer Pane, the PowerShell session crashes.
Other Info
Attached Logs
vsCode-ESLogs.zip

The text was updated successfully, but these errors were encountered: