File tree 2 files changed +0
-3
lines changed
src/main/kotlin/com/coder/toolbox
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ class CoderRemoteEnvironment(
155
155
*/
156
156
override suspend
157
157
fun getContentsView (): EnvironmentContentsView = EnvironmentView (
158
- context.settingsStore.readOnly(),
159
158
client.url,
160
159
cli,
161
160
workspace,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package com.coder.toolbox.views
3
3
import com.coder.toolbox.cli.CoderCLIManager
4
4
import com.coder.toolbox.sdk.v2.models.Workspace
5
5
import com.coder.toolbox.sdk.v2.models.WorkspaceAgent
6
- import com.coder.toolbox.settings.ReadOnlyCoderSettings
7
6
import com.jetbrains.toolbox.api.remoteDev.environments.SshEnvironmentContentsView
8
7
import com.jetbrains.toolbox.api.remoteDev.ssh.SshConnectionInfo
9
8
import java.net.URL
@@ -17,7 +16,6 @@ import java.net.URL
17
16
* SSH must be configured before this will work.
18
17
*/
19
18
class EnvironmentView (
20
- private val settings : ReadOnlyCoderSettings ,
21
19
private val url : URL ,
22
20
private val cli : CoderCLIManager ,
23
21
private val workspace : Workspace ,
You can’t perform that action at this time.
0 commit comments