firefox-devtools / vscode-firefox-debug

VS Code Debug Adapter for Firefox
https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug
MIT License
393 stars 64 forks source link

2.9.9 #342

Closed hbenl closed 1 year ago

hbenl commented 1 year ago

update dependencies and fix compatibility with Node 17 / VS Code 1.82: set the default resolution to IPv4 (so that localhost resolves to 127.0.0.1 and the debug adapter can connect to Firefox again)

juliandescottes commented 1 year ago

@hbenl I don't have merge rights either, I'm trying to ask around to see who can unblock.

igorlfs commented 2 months ago

Hello! I've noticed that while this version is published in vscode's marketplace, it isn't tagged here in GitHub. This makes it harder to use the adapter with other clients (eg, neovim), since the last tagged version (2.9.8) still has the issue with the localhost. Is there any chance of publishing the release here as well?