Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Add log when deploying before listing editors
  • Loading branch information
code-asher committed Apr 28, 2023
commit 4bacfc4f57cf0dcbcba832804f58ab2e5845a08d
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class CoderLocateRemoteProjectStepView(private val setNextButtonEnabled: (Boolea
ideResolvingJob = cs.launch {
val ides = suspendingRetryWithExponentialBackOff(
action={ attempt ->
logger.info("Deploying to ${selectedWorkspace.name} on $deploymentURL (attempt $attempt)")
// Reset text in the select dropdown.
withContext(Dispatchers.Main) {
cbIDE.renderer = IDECellRenderer(
Expand Down