I am using VSCode to develop something using the Flutter Framework. The Flutter extension writes logs to the debug console. I scroll the debug console to the bottom, so it stays auto-scrolling / tailing the log.
Whenever the flutter logs write a large amount of data at once, the debug console stops tailing the log all of a sudden.
Has anyone observed this same issue before and found a solution?
