Skip to content

Commit c82675e

Browse files
committed
Log selected workspace
1 parent 4ef6ee0 commit c82675e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ class CoderWorkspacesStepView : CoderWorkspacesWizardStep, Disposable {
9292
override suspend fun onNext(wizardModel: CoderWorkspacesWizardModel) {
9393
val workspace = workspacesView.selectedValue
9494
if (workspace != null) {
95+
logger.info("Connecting to ${workspace.name}...")
9596
cs.launch {
9697
withContext(Dispatchers.IO) {
9798
val url = URL(wizardModel.loginModel.uriScheme.toString().toLowerCase(), wizardModel.loginModel.host, wizardModel.loginModel.port, "")

0 commit comments

Comments
 (0)