File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/com/coder/gateway Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import com.intellij.ide.plugins.PluginManagerCore
66import com.intellij.openapi.components.service
77import com.intellij.openapi.extensions.PluginId
88import com.intellij.util.net.HttpConfigurable
9- import okhttp3.OkHttpClient;
9+ import okhttp3.OkHttpClient
1010import java.net.URL
1111
1212/* *
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import java.nio.file.Files
1414import java.nio.file.Path
1515import java.nio.file.Paths
1616
17- const val CODER_SSH_CONFIG_OPTIONS = " CODER_SSH_CONFIG_OPTIONS" ;
17+ const val CODER_SSH_CONFIG_OPTIONS = " CODER_SSH_CONFIG_OPTIONS"
1818
1919open class CoderSettingsState (
2020 // Used to download the Coder CLI which is necessary to proxy SSH
You can’t perform that action at this time.
0 commit comments