We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72beb15 commit 92eabdbCopy full SHA for 92eabdb
1 file changed
codespaces.el
@@ -56,6 +56,8 @@ When this is nil, the default of '/workspaces/<repo-name>' is used."
56
(defun codespaces-setup ()
57
"Set up the ghcs tramp-method. Should be called after requiring this package."
58
(interactive)
59
+ (with-current-buffer (get-buffer-create "*codespaces-output*")
60
+ (special-mode))
61
(unless (executable-find "gh")
62
(user-error "Could not find `gh' program in your PATH"))
63
(unless (featurep 'json)
0 commit comments