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 9923a8b commit 81467c1Copy full SHA for 81467c1
src/main/kotlin/com/coder/toolbox/CoderRemoteEnvironment.kt
@@ -94,7 +94,7 @@ class CoderRemoteEnvironment(
94
val urlTemplate = context.settingsStore.workspaceViewUrl
95
?: client.url.withPath("/@${workspace.ownerName}/${workspace.name}").toString()
96
val url = urlTemplate
97
- .replace("\$workspaceOwner", "@${workspace.ownerName}")
+ .replace("\$workspaceOwner", "${workspace.ownerName}")
98
.replace("\$workspaceName", workspace.name)
99
context.desktop.browse(
100
url
0 commit comments