fastai / fastprogress

Simple and flexible progress bar for Jupyter Notebook and console
Apache License 2.0
1.09k stars 106 forks source link

Visual Studio Code does not render progress bars correctly #69

Open hsm opened 4 years ago

hsm commented 4 years ago

This is a such not a bug in fastprogress, but it can be "fixed" in fastprogress. It is related to this issue in the Visual Studio Code Python Extension.

The output of the master bar disappears in certain situations where a progress bar is used.

Expected output: expected

Actual output: actual

hsm commented 4 years ago

I've created a pull request here

neonailol commented 4 years ago

@sgugger any plans for fixing this issue?