Skip to content

Allow issue service to display a bug report window when remote extension host is crashed #116896

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

Merged
merged 3 commits into from
Feb 22, 2021

Conversation

tspence
Copy link
Contributor

@tspence tspence commented Feb 17, 2021

This PR fixes #116895 (when remote extension host is crashed, issue reporter will not appear).

The specific problem was that an attempt to call ExtensionManagementService.getInstalled() fails if the remote extension host has died. This sometimes happens when the remote server runs out of memory or is killed for other process reasons. In that scenario, a user often sees odd errors and wants to report it, but the issue reporter doesn't work.

@ghost
Copy link

ghost commented Feb 17, 2021

CLA assistant check
All CLA requirements met.

Copy link
Contributor

@RMacfarlane RMacfarlane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@RMacfarlane RMacfarlane merged commit a845161 into microsoft:main Feb 22, 2021
@RMacfarlane RMacfarlane added this to the February 2021 milestone Feb 22, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue Service crashes when remote extension host failed to launch
2 participants