We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06eb5ad commit 0af268dCopy full SHA for 0af268d
pkg/cmd/codespace/ssh.go
@@ -270,8 +270,8 @@ type sshResult struct {
270
// configuration for a single codespace. For example:
271
//
272
// Host {{Name}}.{{EscapedRef}
273
-// User {{SSHUser}
274
-// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio
+// User {{SSHUser}
+// ProxyCommand {{GHExec}} cs ssh -c {{Name}} --stdio
275
276
// EscapedRef is included in the name to help distinguish between codespaces
277
// when tab-completing ssh hostnames. '/' characters in EscapedRef are
0 commit comments