Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ public IStatus runInWorkspace(IProgressMonitor monitor) throws CoreException {

// during synchronization resource changes may occur; however, they are triggered by the synchronization activities
// therefore we suspend cache invalidation of the model due to resource changes
workspace.getModelManager().getResourceChangeProcessor().suspendInvalidationFor(workspace);
workspace.getModelManager().getResourceChangeProcessor().suspendInvalidationFor(workspace.getModel());

// trigger loading of the project view
projectView = workspace.getBazelProjectView();
Expand Down
Loading