File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/main/kotlin/com/coder/toolbox Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ class CoderRemoteEnvironment(
155155 */
156156 override suspend
157157 fun getContentsView (): EnvironmentContentsView = EnvironmentView (
158- context.settingsStore.readOnly(),
159158 client.url,
160159 cli,
161160 workspace,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package com.coder.toolbox.views
33import com.coder.toolbox.cli.CoderCLIManager
44import com.coder.toolbox.sdk.v2.models.Workspace
55import com.coder.toolbox.sdk.v2.models.WorkspaceAgent
6- import com.coder.toolbox.settings.ReadOnlyCoderSettings
76import com.jetbrains.toolbox.api.remoteDev.environments.SshEnvironmentContentsView
87import com.jetbrains.toolbox.api.remoteDev.ssh.SshConnectionInfo
98import java.net.URL
@@ -17,7 +16,6 @@ import java.net.URL
1716 * SSH must be configured before this will work.
1817 */
1918class EnvironmentView (
20- private val settings : ReadOnlyCoderSettings ,
2119 private val url : URL ,
2220 private val cli : CoderCLIManager ,
2321 private val workspace : Workspace ,
You can’t perform that action at this time.
0 commit comments