Skip to content
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

Connection refused debugging extension host #126826

Closed
alexdima opened this issue Jun 21, 2021 · 2 comments
Closed

Connection refused debugging extension host #126826

alexdima opened this issue Jun 21, 2021 · 2 comments
Assignees
Labels
papercut 🩸 A particularly annoying issue impacting someone on the team
Milestone

Comments

@alexdima
Copy link
Member

alexdima commented Jun 21, 2021

Issue Type: Bug

  • pull latest
  • build using yarn watch
  • select VS Code as launch target
  • press F5

image

VS Code version: Code - Insiders 1.58.0-insider (6afedfd, 2021-06-21T05:14:03.949Z)
OS version: Darwin x64 20.5.0
Restricted Mode: No

@alexdima alexdima added the papercut 🩸 A particularly annoying issue impacting someone on the team label Jun 21, 2021
@connor4312 connor4312 changed the title Cannot debug vscode Connection refused debugging extension host Jul 6, 2021
@connor4312
Copy link
Member

I notice now that you're paused while the renderer is starting up, before the extension host was actually launched, so this resulted in a timeout when trying to attach to it. I think we should just have an infinite timeout here -- it's quite expected that VS Code developers might work on things that happen before the extension host exists.

@connor4312
Copy link
Member

fd14f3e

@connor4312 connor4312 added this to the July 2021 milestone Jul 9, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
papercut 🩸 A particularly annoying issue impacting someone on the team
Projects
None yet
Development

No branches or pull requests

2 participants