We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3fa31 commit 14799abCopy full SHA for 14799ab
src/main/kotlin/com/coder/gateway/services/CoderRestClientService.kt
@@ -6,7 +6,7 @@ import com.intellij.ide.plugins.PluginManagerCore
6
import com.intellij.openapi.components.service
7
import com.intellij.openapi.extensions.PluginId
8
import com.intellij.util.net.HttpConfigurable
9
-import okhttp3.OkHttpClient;
+import okhttp3.OkHttpClient
10
import java.net.URL
11
12
/**
src/main/kotlin/com/coder/gateway/settings/CoderSettings.kt
@@ -14,7 +14,7 @@ import java.nio.file.Files
14
import java.nio.file.Path
15
import java.nio.file.Paths
16
17
-const val CODER_SSH_CONFIG_OPTIONS = "CODER_SSH_CONFIG_OPTIONS";
+const val CODER_SSH_CONFIG_OPTIONS = "CODER_SSH_CONFIG_OPTIONS"
18
19
open class CoderSettingsState(
20
// Used to download the Coder CLI which is necessary to proxy SSH
0 commit comments