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
When opening the file-system pane in ESP-mode, a thread is launched, but we don't close it explicitly and leave it up to the garbage collector, so errors like these can happen:
QThread: Destroyed while thread is still running if the user closes Mu before the thread is finished executing its task (e.g. listing a files can take a long time)