Skip to content

Commit b872be2

Browse files
committed
impl: show plugin main page when uri handling
- regardless of query params being present
1 parent e410d41 commit b872be2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/coder/toolbox/util/CoderProtocolHandler.kt

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ open class CoderProtocolHandler(
4242
shouldWaitForAutoLogin: Boolean,
4343
reInitialize: suspend (CoderRestClient, CoderCLIManager) -> Unit
4444
) {
45+
context.popupPluginMainPage()
4546
val params = uri.toQueryParameters()
4647
if (params.isEmpty()) {
4748
// probably a plugin installation scenario

0 commit comments

Comments
 (0)