Holger Benl
Holger Benl
I've fixed the tests on MacOS: - 2 configuration parser tests were broken by #224 - the webpack sourcemap tests were broken because on MacOS `os.tmpdir()` returns a path containing...
Hmm, I've never seen that error. Did you rebuild before trying to run the tests? Also I noticed that on MacOS it seems to happen more often that the Firefox...
This was fixed in version 2.10.0.
This was fixed in version 2.12.0.
This is fixed in version 2.13.0.
This is caused by a bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1888899. That bug appeared in Firefox 125, earlier versions (in particular the current stable version) still work.
Fixed in Firefox 126.
- yes, it works with multiple versions of Firefox, in launch mode you can specify which version to use by adding `firefoxExecutable` to your `launch.json`, the value should be either...
Thanks for the log - it looks like the extension manages to connect to the debugger port but never receives the initial message that Firefox should send. My guess is...
Well, it's no surprise that 6000 doesn't work as that's what it used before by default. And port 44444 can't work either because that's occupied by your web server. You...