+ {projectTitle ? (
+
+ ) : null}
+ {environmentLabel ? (
+
+ ) : null}
+ {thread.branch ? (
+
+ ) : null}
+ {branchMismatch ? (
+
+
+
+ You're currently checked out on another branch.
+
+
+ ) : null}
+ {driverKind ? (
+
+ ) : null}
+ {terminalStatus ? (
+
+
+
+ {terminalProcessLabel(terminalProcessCount)}
+
+
+ ) : null}
+ {thread.session?.lastError ? (
+
+ ) : null}
+