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

fix: extension debugging not working with two ipv6 interfaces #1297

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

connor4312
Copy link
Member

@connor4312 connor4312 requested a review from weinand June 8, 2022 12:19
@connor4312 connor4312 self-assigned this Jun 8, 2022
@@ -7,6 +7,7 @@ This changelog records changes to stable releases since 1.50.2. "TBA" changes he
- feat: simplify pretty print to align with devtools ([vscode#151410](https://github.com/microsoft/vscode/issues/151410))
- fix: debugged child processes in ext host causing teardown ([#1289](https://github.com/microsoft/vscode-js-debug/issues/1289))
- fix: errors thrown in process tree lookup not being visible ([vscode#150754](https://github.com/microsoft/vscode/issues/150754))
- fix: extension debugging not working with two ipv6 interfaces ([vscode#144315](https://github.com/microsoft/vscode/issues/144315))
Copy link

Choose a reason for hiding this comment

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

is it really two ipv6 interfaces or is it a combination of ipv4 and ipv6?

Copy link
Member Author

@connor4312 connor4312 Jun 8, 2022

Choose a reason for hiding this comment

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

I don't think it's actually caused directly by any interface, but by some logic deciding that because there's some ipv6 interface, resolving localhost should resolve to ipv6 loopback instead of ipv4 loopback. This could, in theory, be a problem even without an ipv6 interface attached. Here though I just copied the title of the original issue.

Copy link

@weinand weinand left a comment

Choose a reason for hiding this comment

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

lgtm

@connor4312 connor4312 merged commit 824d2aa into main Jun 8, 2022
@connor4312 connor4312 deleted the fix/ipv6-debug-attach branch June 8, 2022 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extension debugging doesn't work with two IP6 network interfaces
2 participants