mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 02:29:14 +00:00
Fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user