diff --git a/querysync/java/com/google/idea/blaze/qsync/query/QuerySpec.java b/querysync/java/com/google/idea/blaze/qsync/query/QuerySpec.java index 8b059e6666a..316dece8213 100644 --- a/querysync/java/com/google/idea/blaze/qsync/query/QuerySpec.java +++ b/querysync/java/com/google/idea/blaze/qsync/query/QuerySpec.java @@ -42,7 +42,7 @@ public abstract class QuerySpec implements Formattable { // LINT.IfChanges @Memoized public ImmutableList getQueryFlags() { - return ImmutableList.of("--output=streamed_proto", "--relative_locations=true"); + return ImmutableList.of("--output=streamed_proto", "--relative_locations=true", "--consistent_labels=true"); } @Memoized