microclimate-dev2ops/microclimate-eclipse-tools

Delete project operation is blocking the UI

Closed this issue · 0 comments

When deleting a project, the UI gets blocked by the delete confirmation dialog until the delete operation completes. This probably means that we are doing the delete in the main UI thread. Consider to move it a background job instead given that the delete operation can sometimes takes long.