Debug mode spamming console when loading a local file
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
Whenever debug mode is enabled, a local webpage is loaded and web-view sends a message to the IDE, the IDE freezes.
The problem occurs because the "URL" sent contains the whole HTML and that freezes the IDE if there's a lot of it.
Is there a way to filter that to either chop it off or is that platform-dependent and you can't do anything?
I'm currently using VSCode on Void Linux, using GTK webview.
I understand the problem is in VSCode, but having a way of manipulating the log output format would help greatly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.