}
IFile protoFile = protoFile(delta.getUri(), project);
subMonitor.worked(1);
if (protoFile != null) {
subMonitor.subTask("Compiling " + protoFile.getName() + " with protoc");
generateSingleProto(commandBuilder.buildCommand(protoFile), protoFile);
}
subMonitor.worked(1);
}
if (compilerPreferences.refreshResources()) {
List<IFolder> outputDirectories = commandBuilder.outputDirectories();