We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e410d41 commit b872be2Copy full SHA for b872be2
src/main/kotlin/com/coder/toolbox/util/CoderProtocolHandler.kt
@@ -42,6 +42,7 @@ open class CoderProtocolHandler(
42
shouldWaitForAutoLogin: Boolean,
43
reInitialize: suspend (CoderRestClient, CoderCLIManager) -> Unit
44
) {
45
+ context.popupPluginMainPage()
46
val params = uri.toQueryParameters()
47
if (params.isEmpty()) {
48
// probably a plugin installation scenario
0 commit comments