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
Describe the bug
When using this on Windows Terminal, instead of making a progress bar on the Windows Terminal process, it opens an OpenConsole.exe window instead
To Reproduce
Steps to reproduce the behavior:
Simply run python install.py while being in Windows Terminal
Expected behavior
The windows terminal window gets the progress bar, not opencolse
Screenshots
Desktop (please complete the following information):
OS: Windows 10 21H2 Pro / Windows 10 2004 Enterprise (Windows Sandbox)
Windows Terminal installed via Scoop / Unpacked msix
The text was updated successfully, but these errors were encountered:
If you try it on VS Code, it will do the same thing. It just exposes a hidden terminal behind the GUI. You have to pass the window handle while instantiating the Progress class for now. Don't worry, I'll work on this issue!
Describe the bug
When using this on Windows Terminal, instead of making a progress bar on the Windows Terminal process, it opens an OpenConsole.exe window instead
To Reproduce
Steps to reproduce the behavior:
python install.py
while being in Windows TerminalExpected behavior
The windows terminal window gets the progress bar, not opencolse
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: