We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dea9f4 commit e02f963Copy full SHA for e02f963
1 file changed
codespaces.el
@@ -82,7 +82,7 @@ This check is performed lazily on first use rather than at setup time."
82
(defun codespaces-setup ()
83
"Set up the ghcs tramp-method. Should be called after requiring this package.
84
This registers the TRAMP method without validating gh CLI availability,
85
-allowing for faster startup. Validation happens lazily on first use."
+allowing for faster startup. Validation happens lazily on first use."
86
(interactive)
87
(let ((ghcs (assoc "ghcs" tramp-methods))
88
(ghcs-methods '((tramp-login-program "gh")
0 commit comments