Skip to content

Commit 823e2e7

Browse files
committed
chore: remove redundant call to showWindow
Toolbox already does that whe executing a URI while TBX is stopped. And during runtime it seems that snackbars have the ability to request the window to be visible. Only the rest of the dialogs need explicit request for the TBX window to be visible
1 parent 048ab31 commit 823e2e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ open class CoderProtocolHandler(
5757
}
5858

5959
context.logger.info("Handling $uri...")
60-
context.popupPluginMainPage()
6160
val deploymentURL = resolveDeploymentUrl(params) ?: return
6261
val token = resolveToken(params) ?: return
6362
val workspaceName = resolveWorkspaceName(params) ?: return

0 commit comments

Comments
 (0)