codespaces.el icon indicating copy to clipboard operation
codespaces.el copied to clipboard

Emacs support for easy access to GitHub Codespaces.

Results 3 codespaces.el issues
Sort by recently updated
recently updated
newest added

- Use `%C` token for `ControlPath` in case `user@host:port` is too long for ssh - see https://github.com/ansible/ansible/issues/11536#issuecomment-153030743 and https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Multiplexing#Multiplexing_Options - Fix code block and styling. - Use `nil` rather than...

I got a weird error when running connect for the first time: ``` codespaces--build-table: could not parse JSON stream: 1, 1, 1 ``` Turns out it was the auth(which I...