vscode-browse-lite: devTools doesn't work with chrome 111
Describe the bug
I’m trying to inspect some code on the dev tools but the next message appears over and over on vsCode PD: I love this extension ❤️
Reproduction
just open the dev tools
System Info
This happens on mac OSX ventura 12.2.1
Used Package Manager
npm
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn’t already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 9
- Comments: 19 (2 by maintainers)
0.3.5 should fix it. Thanks
currently, adding
"browse-lite.otherArgs": "--remote-allow-origins=*"
to setting.json can temporarily fix the bug.#40 has fixed the bug by adding the
--remote-allow-origins=*
argument, butv0.3.2
does not include the argument. @antfu, can you please release a new version?@CalebUsadi okay yeah that might actually be possible, I will give it a try 😃. Thanks
I am seeing this issue with Chrome 114. Is the only path forward at this time to downgrade Chrome to 110?