You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugfix: defer gh codespaces list until needed (#24)
* bugfix: defer `gh codespaces list` until needed
My startup invokes `(codespaces-setup)` to enable the TRAMP type, but that fails
if the gh command line's authentication is not working -- say, the token it uses
has been expired.
This change defers the check to on-demand, validating it when the codespaces are
listed for the first time.
* Fix formatting in documentation string
---------
Co-authored-by: Fabian Markl <57268904+f4ban@users.noreply.github.com>
0 commit comments