Skip to content

Commit 28db38b

Browse files
committed
Update the API calls
1 parent 9c334bc commit 28db38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderLocateRemoteProjectStepView.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class CoderLocateRemoteProjectStepView(private val disableNextAction: () -> Unit
146146
IntelliJPlatformProduct.values()
147147
.filter { it.showInGateway }
148148
.flatMap { CachingProductsJsonWrapper.getAvailableIdes(it, workspaceOS) }
149-
.map { ide -> IdeWithStatus(ide.product, ide.buildNumber, IdeStatus.DOWNLOAD, ide.download, null, ide.presentableVersion) }
149+
.map { ide -> IdeWithStatus(ide.product, ide.buildNumber, IdeStatus.DOWNLOAD, ide.download, null, ide.presentableVersion, ide.remoteDevType) }
150150
}
151151

152152
if (idesWithStatus.isEmpty()) {

0 commit comments

Comments
 (0)