Skip to content

Commit

Permalink
add missing env to enable new progress mode (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Apr 1, 2024
1 parent 841d612 commit b31751b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.d/235.added.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Handle new mirrord -> IDE message type IdeMessage.
Handle new mirrord -> IDE message type IdeMessage. Add passing env to enable this.
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ private abstract class MirrordCliTask<T>(private val cli: String, private val co
args?.let { extraArgs -> extraArgs.forEach { addParameter(it) } }

environment["MIRRORD_PROGRESS_MODE"] = "json"
environment["MIRRORD_PROGRESS_SUPPORT_IDE"] = "true"
}
}

Expand Down

0 comments on commit b31751b

Please sign in to comment.