diff --git a/plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/GitChangesHandler.java b/plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/GitChangesHandler.java index f04cb80e95..2771338301 100644 --- a/plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/GitChangesHandler.java +++ b/plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/GitChangesHandler.java @@ -115,7 +115,8 @@ public class GitChangesHandler { } }); - appContext.getWorkspaceRoot().synchronize(); + //TODO: temporary comment this line because its freeze browser for big project details see in che#6208 + //appContext.getWorkspaceRoot().synchronize(); } public void apply(String endpointId, Status status) {