You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
microsoft/vscode-chrome-debug-core#355 tries to clean script contents from logged messages, and it's a very awkward hack via patching a method on Logger. We should provide a nice way for consumers to customize the output.
We can add protected methods to the LoggingDebugSession that format log messages, so they can be overridden.
The text was updated successfully, but these errors were encountered:
microsoft/vscode-chrome-debug-core#355 tries to clean script contents from logged messages, and it's a very awkward hack via patching a method on Logger. We should provide a nice way for consumers to customize the output.
We can add protected methods to the LoggingDebugSession that format log messages, so they can be overridden.
The text was updated successfully, but these errors were encountered: