9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00
This commit is contained in:
Daniel Mills
2020-08-16 02:23:53 -04:00
parent 86be84b015
commit d89371a279
6 changed files with 639 additions and 412 deletions

View File

@@ -96,8 +96,12 @@ public class ProjectManager
{
if(i.getName().endsWith(".code-workspace"))
{
sender.sendMessage("Updating Workspace");
updateWorkspace(i);
sender.sendMessage("Updating Workspace...");
J.a(() ->
{
updateWorkspace(i);
sender.sendMessage("Workspace Updated");
});
Desktop.getDesktop().open(i);
break;
}