-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output in the OUTPUT window is missing characters #3616
Comments
These logs are being streamed from Azure. Need to investigate whether the missing data is happening on service-side (in which case we can't do anything about it) or if it's happening on the client. Related to #3617 |
We should figure out if it is coming from the service or if we are causing |
I looked into it, and what's happening is that we're downloading a complete block blob--starting from some byte offset--and outputting it to the output window. I couldn't get it to reproduce, but I'm fairly confident that what was happening here--and in #3617--was the Additionally, due to #3809, we were outputting redundant timestamps--one from VSCode's log output window, one from the actual blob logs. This was ugly, but we can't prevent VSCode from emitting its timestamps. The simplest solution was to remove the redundant timestamps from the logs themselves. I have a fix for both the byte offset slippage and the timestamp formatting. |
This has now been released in Docker extension version 1.25.0. |
Issue
I've run through the "Build Image in Azure..." process a number of times and I've been surprised by the number of missing characters I see in the output window.
Here are some examples:

Expected behavior
I expect to see 100% of the characters that are being logged displayed in the OUTPUT window.
Video Repros
https://microsoft.sharepoint.com/:f:/t/JEM/EklDiahGaQtDigc5E2SlrYAB3YU7H2NvdoiyIo1AkQUZ-A?e=eCGRIh
The text was updated successfully, but these errors were encountered: