Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef446f6

Browse files
committed
Do not wait for IDE job cancel
This lets us skip the launch so it should work when running from an IDEinstead of Gateway.
1 parent68ff70c commitef446f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,7 @@ class CoderLocateRemoteProjectStepView(private val setNextButtonEnabled: (Boolea
356356
overridefunonPrevious() {
357357
super.onPrevious()
358358
logger.info("Going back to Workspace view")
359-
cs.launch {
360-
ideResolvingJob.cancelAndJoin()
361-
}
359+
ideResolvingJob?.cancel()
362360
}
363361

364362
overridefundispose() {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp