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 aefcc31 commit c9ec768Copy full SHA for c9ec768
src/main/kotlin/com/coder/gateway/cli/CoderCLIManager.kt
@@ -222,6 +222,7 @@ class CoderCLIManager(
222
workspaceNames: Set<String>,
223
feats: Features = features,
224
) {
225
+ logger.info("Configuring SSH config at ${settings.sshConfigPath}")
226
writeSSHConfig(modifySSHConfig(readSSHConfig(), workspaceNames, feats))
227
}
228
0 commit comments