Skip to content
Prev Previous commit
Next Next commit
Update the API calls
  • Loading branch information
fioan89 committed Jul 19, 2022
commit 28db38b0c4fa7882305b0a43b14f0c166a570454
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class CoderLocateRemoteProjectStepView(private val disableNextAction: () -> Unit
IntelliJPlatformProduct.values()
.filter { it.showInGateway }
.flatMap { CachingProductsJsonWrapper.getAvailableIdes(it, workspaceOS) }
.map { ide -> IdeWithStatus(ide.product, ide.buildNumber, IdeStatus.DOWNLOAD, ide.download, null, ide.presentableVersion) }
.map { ide -> IdeWithStatus(ide.product, ide.buildNumber, IdeStatus.DOWNLOAD, ide.download, null, ide.presentableVersion, ide.remoteDevType) }
}

if (idesWithStatus.isEmpty()) {
Expand Down